Revision: 4144
http://freenas.svn.sourceforge.net/freenas/?rev=4144&view=rev
Author: votdev
Date: 2008-12-15 23:25:18 +0000 (Mon, 15 Dec 2008)
Log Message:
-----------
Use PDO SQLite instead of SQLite3 class.
Using both the same time is not possible when using shared libraries: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/sqlite3.so' - /usr/local/lib/php/sqlite3.so: Undefined symbol "sqlite3_enable_load_extension" in Unknown on line 0
-> PDO is linked statically.
Modified Paths:
--------------
branches/0.69/build/ports/php5/Makefile
trunk/build/ports/php5/Makefile
Removed Paths:
-------------
branches/0.69/build/ports/php5/files/patch-ext.diff
trunk/build/ports/php5/files/patch-ext.diff
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|