diff options
Diffstat (limited to 'ext/gmp/php_gmp.h')
-rw-r--r-- | ext/gmp/php_gmp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gmp/php_gmp.h b/ext/gmp/php_gmp.h index f2d7f83739..96509d116b 100644 --- a/ext/gmp/php_gmp.h +++ b/ext/gmp/php_gmp.h @@ -33,9 +33,9 @@ extern zend_module_entry gmp_module_entry; #define GMP_API #endif -ZEND_MINIT_FUNCTION(gmp); -ZEND_MSHUTDOWN_FUNCTION(gmp); -ZEND_MINFO_FUNCTION(gmp); +ZEND_MODULE_STARTUP_D(gmp); +ZEND_MODULE_SHUTDOWN_D(gmp); +ZEND_MODULE_INFO_D(gmp); ZEND_FUNCTION(gmp_init); ZEND_FUNCTION(gmp_intval); |