Bug 141 - New php package option: build with external/interal sqlite3 support (for pdo_sqlite)
Summary: New php package option: build with external/interal sqlite3 support (for pdo_...
Status: RESOLVED DUPLICATE of bug 143
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-03 17:54 UTC by Gustavo Zacarias
Modified: 2009-03-04 21:01 UTC (History)
1 user (show)

See Also:
Host: i686-linux
Target: arm-softfloat-linux-uclibcgnueabi
Build:


Attachments
Allow php to use external sqlite3 for pdo_sqlite (1.21 KB, patch)
2009-03-03 17:54 UTC, Gustavo Zacarias
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***