summaryrefslogtreecommitdiff
path: root/ext/gmp/php_gmp.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-08-11 02:46:57 +0000
committerfoobar <sniper@php.net>2001-08-11 02:46:57 +0000
commit8a7d1d8e17ef3c90c257f248ea1e1dc0f23e4dc3 (patch)
treec77aa9da6daaa139b06d774e23d43dc18c8edbc8 /ext/gmp/php_gmp.h
parenta2dd66257f357afadf2377992ec7e489c38e4c5c (diff)
downloadphp-git-8a7d1d8e17ef3c90c257f248ea1e1dc0f23e4dc3.tar.gz
ZEND macro-rename.
Diffstat (limited to 'ext/gmp/php_gmp.h')
-rw-r--r--ext/gmp/php_gmp.h6
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);