I am referring to the SQLite version that is bundled in PDO-SQLite in
PHP 5.2. That is the one I have been using in my PHP builds.
I am suggesting that the version numbers reported by the VERSION file
and the phpinfo() function are misleading.
- Ken
On Thu, May 6, 2010 at 12:43 PM, Pierre Joye
hi,
Do you build php against an external version?
Cheers,
On Thu, May 6, 2010 at 7:48 PM, Ken Dreyer wrote:
> In PHP 5.2, phpinfo() reports the PDO-SQLite version as "3.3.7".
> However, from the SVN history of the 5.2 branch, SQLite 3.3.15 and
> even part of 3.3.16 were merged in. The VERSION f
In PHP 5.2, phpinfo() reports the PDO-SQLite version as "3.3.7".
However, from the SVN history of the 5.2 branch, SQLite 3.3.15 and
even part of 3.3.16 were merged in. The VERSION file was updated to
track this, but someone changed it to "3.3.7" under the assumption
that "3.3.17" was a typo.
http: