> does anyone know if PHP will integrate SQLite3 per default in version 5.1 ? > Actually PHP 5.0.2 include only SQLite2.
>The plan _is_ to integrate SQLite3. There are two of us who may integrate it, >depending on availability and need. There's no schedule for when it will be >completed, but it is reasonably high on some of our priority lists. >Derrell thank you for your answer. I put this question because compatibility between SQLite2 and SQLite3 seems poor. So i do not wish to begin development with SQLite2 i prefere to continue with Mysql while waiting (I done some bench ant will choose sqlite in the futur and migrate this application). Moreover recompile PHP5.0.2 with SQLite3 (under windows platform ...) is too difficult and is impossible on my production web server. So i'm very impatient :)) (sorry for my very poor english)