ID: 34010 Updated by: [EMAIL PROTECTED] Reported By: akorthaus at web dot de -Status: Open +Status: Wont fix Bug Type: SQLite related Operating System: Linux 2.4.31 (gentoo) PHP Version: 5.1.0b3 New Comment:
I doubt that will change ever. If you want to use Sqlite 3 with ext/sqlite - use external SQLite library and configure PHP with --with-sqlite=<DIR> option. Previous Comments: ------------------------------------------------------------------------ [2005-08-05 17:28:30] akorthaus at web dot de Description: ------------ If I install php with sqlite (and sqlite-utf8), I geht the following version: SQLite SQLite support enabled PECL Module version 2.0-dev $Id: sqlite.c,v 1.165 2005/06/17 16:42:53 sniper Exp $ SQLite Library 2.8.14 SQLite Encoding UTF-8 If I install pdo-sqlite, I get the following version: pdo_sqlite PDO Driver for SQLite 3.x enabled PECL Module version (bundled) 0.9 $Id: pdo_sqlite.c,v 1.10 2005/07/27 04:07:11 wez Exp $ SQLite Library 3.2.2 Would be great of the two versions could be more in sync, to make it possible to use both php-extensions with the same data-files. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34010&edit=1
