diff options
author | Anatol Belski <ab@php.net> | 2015-03-23 20:54:55 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-03-23 20:54:55 +0100 |
commit | 19360f386ec3e78f7f57f9e943569410dc2f718f (patch) | |
tree | 66a8740389d7e9e161de12088f7fa36c96ea80b8 /ext/odbc/php_odbc.c | |
parent | 2d78023244eaa5ec60b1325e530150394d625fa8 (diff) | |
download | php-git-19360f386ec3e78f7f57f9e943569410dc2f718f.tar.gz |
cleanup mod version macros, round 3
Diffstat (limited to 'ext/odbc/php_odbc.c')
-rw-r--r-- | ext/odbc/php_odbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index 8d594c11e7..1f14ee23c7 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -401,7 +401,7 @@ zend_module_entry odbc_module_entry = { PHP_RINIT(odbc), PHP_RSHUTDOWN(odbc), PHP_MINFO(odbc), - "1.0", + PHP_ODBC_VERSION, PHP_MODULE_GLOBALS(odbc), PHP_GINIT(odbc), NULL, |