How to recompile php 5.2.x with sqlite 3.6.x or 3.7.x

selim

Verified User
Joined
Jun 4, 2011
Messages
57
Hello

I searhed the forum for recompiling php with custom configuration. And I already achieved sqlite 3.7 with php 5.3.x version. But I want to use updated version of sqlite with php 5.2 (current php version on my box is 5.2.17).

Furthermore I have installed sqlite 3.6.18 with following tutorial (it is for MACOS but it also worked for my Centos 5 x64), and when I log in shell and write 'sqlite3', it shows me SQLite version 3.6.18. But when I looked phpinfo, it shows sqlite ver 3.3.7.

http://ionrails.com/2009/09/30/how-to-upgradeupdate-the-sqlite3-version-on-your-mac/

How can I tell (or recompile/configure) php 5.2 to use new version of sqlite3 installed on the box?

Or is there a way to tell php 5.2 to update sqlite3 version?

(yum sqlite update does not work, as it tells there is no need to update sqlite 3.3.7)
 
I fount the solution to use PHP 5.3.x with Sqlite 3.7.x rather then bother with this situation as there are not much info about it.
 
Back
Top