Donate!
SourceForge.net Logo
Valid XHTML 1.0!

SQLite

SQLite 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:

DistroPackageLicense
FC4
FC3
FC2
RHEL3
RHEL4
RHEL4
* see note below
The files you need to enable SQLite support in PHP
PHP

*SQLite support in PHP on Fedora Core 4

RedHat 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.

Source

If 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.

©2008 phprpms.sf.net