Compile PHP5 with newer SQLite library
Posted by: GFv
Posted on: 2009-09-18 12:16:00
Hi all.
While we wait for DH to offer PHP5.3 I'm wondering if one can compile it by himself BUT using a newer SQLite library version than the one bounded with PHP.
The latest SQLite version (3.6.18) includes recursive triggers support and I suppose we are going towards a 3.7 that will have enforcement of foreign keys. Sadly the time needed to PHP team to include it AND to DH to offer the new PHP version will not be short, so my question. Did anyone tried already something similar?
Btw, I'd also like to compile PHP SQLite with FTS (Full Text Search) module enabled. This would be even more useful. Anything on this too?