diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-01-03 20:49:27 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-01-03 20:49:27 +0000 |
| commit | 6dd26de0c947a0f38a16c1565e539d613f81c482 (patch) | |
| tree | bf75222d0a161d4dcfd22acb34ebe6710230573f /ext/sqlite | |
| parent | a323972c87e4daafc9721a6aa865c0450be45dfa (diff) | |
| download | php-git-6dd26de0c947a0f38a16c1565e539d613f81c482.tar.gz | |
more magic number fixes
Diffstat (limited to 'ext/sqlite')
| -rw-r--r-- | ext/sqlite/sqlite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite/sqlite.c b/ext/sqlite/sqlite.c index d16d248669..f0a54c3c1c 100644 --- a/ext/sqlite/sqlite.c +++ b/ext/sqlite/sqlite.c @@ -347,7 +347,7 @@ zend_module_entry sqlite_module_entry = { #if ZEND_MODULE_API_NO >= 20010901 PHP_SQLITE_MODULE_VERSION, #endif -#if ZEND_MODULE_API_NO >= 20070613 +#if ZEND_MODULE_API_NO >= 20060613 PHP_MODULE_GLOBALS(sqlite), PHP_GINIT(sqlite), NULL, |
