cleanup mod version macros, round 3

This commit is contained in:
Anatol Belski 2015-03-23 20:54:55 +01:00
parent 2d78023244
commit 19360f386e
26 changed files with 52 additions and 35 deletions

View file

@ -256,7 +256,7 @@ zend_module_entry pdo_mysql_module_entry = {
NULL,
#endif
PHP_MINFO(pdo_mysql),
"1.0.2",
PHP_PDO_MYSQL_VERSION,
PHP_MODULE_GLOBALS(pdo_mysql),
PHP_GINIT(pdo_mysql),
NULL,