Bug 141

Summary: New php package option: build with external/interal sqlite3 support (for pdo_sqlite)
Product: buildroot Reporter: Gustavo Zacarias <gustavo>
Component: OtherAssignee: unassigned
Status: RESOLVED DUPLICATE    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: i686-linux Target: arm-softfloat-linux-uclibcgnueabi
Build:
Attachments: Allow php to use external sqlite3 for pdo_sqlite

Description Gustavo Zacarias 2009-03-03 17:54:41 UTC
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.
Comment 1 Peter Korsgaard 2009-03-04 21:01:46 UTC

*** This bug has been marked as a duplicate of bug 143 ***