]> granicus.if.org Git - php/commit
Use reasonable SQLite3 module version
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 7 Jun 2017 13:22:20 +0000 (15:22 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 9 Jun 2017 11:49:32 +0000 (13:49 +0200)
commitc3b910370c5c92007c3e3579024490345cb7f9a7
treeac1896f35808b9f942315566906f87646a3189ec
parent9997767dc381de43ed6e8e138306c163afad6119
Use reasonable SQLite3 module version

Since PECL/sqlite3 has been moved to ext/sqlite3 in 2008, the SQLite3
module version is hardcoded to `0.7-dev`. It doesn't appear to make
much sense to have an own module version for a bundled extensions, but
as other code might rely on it, we don't remove the constant but rather
make it an alias of the PHP version.
ext/sqlite3/php_sqlite3.h