Created attachment 97 [details] Allow php to use external sqlite3 for pdo_sqlite This patch add a new option to allow PHP to be built against an external sqlite3 library instead of the bundled one. PHP 5.2.9 bundles sqlite-3.3.7, latest is 3.6.11 which adds functionality. Also it might be troublesome to build/work with a db from CLI 3.6.11 and then try to use that with PHP's bundled older version. Tested against 3.6.11 from bug #139 though it should work with current svn 3.6.10 also. BTW you can close bug #137 since it's done.
*** This bug has been marked as a duplicate of bug 143 ***