Browse Source

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Use reasonable SQLite3 module version
pull/2588/head
Christoph M. Becker 9 years ago
parent
commit
1980234fc2
  1. 2
      ext/sqlite3/php_sqlite3.h

2
ext/sqlite3/php_sqlite3.h

@ -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

Loading…
Cancel
Save