SQLiteSQLite is an Embeddable SQL Database engine. It is shipped by default with PHP 5, but with PHP 4 you would need to install one of the RPMs provided below For more information on SQLite, see PHP Online Manual. To enable SQLite support in your PHP, download and install one of the three RPMs:
*SQLite support in PHP on Fedora Core 4RedHat folks have disabled SQLite support in php with the following comments: [php.spec] * Mon Nov 8 2004 Joe Orton jorton(nospam)redhat.com 5.0.2-4 [...] - disable sqlite pending audit of warnings and subpackage split In other words, if you want SQLite back in PHP5 on FC4, bug Joe. SourceIf you want to rebuild these RPMs yourself, download the source files from the SourceForge File Release System. In addition to the nosrc.rpm-s you'll need PHP source tarball (tar.bz) used in your distribution. |