On Wed, 26 Mar 2008 23:32:44 +0100, you wrote:

>Hello
>
>I noticed that the PDO::SQLite driver that comes with PHP 5.2.5 is
>3.3.17, while the non-OOP version is 2.8.17.
>
>Does someone know how to recompile PHP with the latest SQLite source?

You don't have to, the alternative is:

extension=php_pdo_sqlite_external.dll
plus the current sqlite3.dll
That works for me.

php_pdo_sqlite_external.dll can be in the  php/ext
directory, as usual. 
You may have to copy  sqlite3.dll  to the  apache/bin
directory.

>Thank you.

HTH
-- 
  (  Kees Nuyt
  )
c[_]
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to