On 13 Jan 2013, at 10:17am, "Tracy Rohan" <tro...@rohanone.com> wrote:

> Hi, I read that SQLite may not be native in PHP in the future?  When I say
> native, I mean that platform/devices will need to install SQLite as an
> extension before it will function (as it was previously).  Is this true?

You seem to know more about it than I do.  Where did you read this ?

There are actually three native implementations of SQLite in standard 
distributions of PHP.  One is a PDO module.  One is a thin implementation of 
the the SQLite3 library convenient for people who want to use SQLite3.  And the 
third is a thin implementation of an earlier and now outdated earlier SQLite 
library.  I think they could use the third of these without too many people 
complaining.  Maybe that's what your source means.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to