Bugzilla – Bug 157305
php5-pdo_sqlite requires php5-sqlite
Last modified: 2006-03-13 11:40:17 UTC
Hi: IIRC; if the user installs the PHP5 base package, and then select php-pdo_sqlite, user will get as a depenendecy php5-pdo package. however, will end up with an incomplete feature set, he will not be able to use sqlite2 driver, since it's only available when php5-sqlite is loaded. patch and test case attached.
Created attachment 72369 [details] tst case this test will raise an Exception with the follwing message : Connection failed: could not find driver if php4-sqlite is not loaded. the expected result is : NO Exception
Created attachment 72372 [details] spec file patch this patch also solve some inconsistent configure options I had found.
ps: I used the src.rpm available from factory to create the spec file patch.
thnx fixed