Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Use reasonable SQLite3 module version
This commit is contained in:
Christoph M. Becker 2017-06-09 14:05:04 +02:00
commit 1980234fc2

View File

@ -21,7 +21,7 @@
#ifndef PHP_SQLITE3_H
#define PHP_SQLITE3_H
#define PHP_SQLITE3_VERSION "0.7-dev"
#define PHP_SQLITE3_VERSION PHP_VERSION
extern zend_module_entry sqlite3_module_entry;
#define phpext_sqlite3_ptr &sqlite3_module_entry