I've gotten tired of fedora not including sqlite support with php. I know that pdo-sqlite exists but PDO is not compatible with PEAR DB, etc. I had previously compiled an old version of php-pecl-sqlite but for whatever reason, that had some issues with 5.1 and would insert garbage instead of nulls. So I decided that what I really wanted was the sqlite that should be compiled with php but isn't.
I modified the php.spec file to build sqlite and create a php-sqlite package.
The rpm file is at
http://womensfooty.com/fedora/core/5...1.2-5.i386.rpm
and the spec file is at
http://womensfooty.com/fedora/core/5/specs/php.spec
Right, now you have to recompile all of php. I'd like to modify this so that I can compile just the sqlite extension.I hope this is of use to other people. I'll get around to seeing if I can get this in fedora-extras or freshrpms.
kathryn