Is there any reason (besides upstream does it) to compile php5 with --without-sqlite in CentOS5 ? Would it conflict with the sqlite that yum needs? Is there a repo (centosplus, rpmforge...) having a php5 and sqlite enabled ?
I can only find older mails that seem to imply it does not harm to include sqlite (and some which seem to imply the contrary as well, but without any facts) but I can find only older packages for CentOS 4 that have php and sqlite.
From: Paul Bijnens Paul.Bijnens@xplanation.com
Is there any reason (besides upstream does it) to compile php5 with --without-sqlite in CentOS5 ?
I think I read that PDO has become the "default" for PHP... no?
# rpm -ql php-pdo /etc/php.d/pdo.ini /etc/php.d/pdo_sqlite.ini /usr/lib/php/modules/pdo.so /usr/lib/php/modules/pdo_sqlite.so
JD