cleanup the mod version macros, round 2

This commit is contained in:
Anatol Belski 2015-03-23 20:33:54 +01:00
parent ec89c85054
commit 2d78023244
33 changed files with 57 additions and 34 deletions

View file

@ -349,7 +349,7 @@ zend_module_entry mysqlnd_module_entry = {
NULL,
#endif
PHP_MINFO(mysqlnd),
MYSQLND_VERSION,
PHP_MYSQLND_VERSION,
PHP_MODULE_GLOBALS(mysqlnd),
PHP_GINIT(mysqlnd),
NULL,