diff options
Diffstat (limited to 'ext/gmp/gmp.c')
| -rw-r--r-- | ext/gmp/gmp.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/gmp/gmp.c b/ext/gmp/gmp.c index aaf1c617ac..edb6ac1c54 100644 --- a/ext/gmp/gmp.c +++ b/ext/gmp/gmp.c @@ -86,6 +86,7 @@ function_entry gmp_functions[] = {  /* {{{ gmp_module_entry   */  zend_module_entry gmp_module_entry = { +    STANDARD_MODULE_HEADER,  	"gmp",  	gmp_functions,  	ZEND_MODULE_STARTUP_N(gmp), @@ -93,6 +94,7 @@ zend_module_entry gmp_module_entry = {  	NULL,		/* Replace with NULL if there's nothing to do at request start */  	NULL,	    /* Replace with NULL if there's nothing to do at request end */  	ZEND_MODULE_INFO_N(gmp), +    NO_VERSION_YET,  	STANDARD_MODULE_PROPERTIES  };  /* }}} */  | 
