diff options
Diffstat (limited to 'ext/zip/zip.c')
| -rw-r--r-- | ext/zip/zip.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/ext/zip/zip.c b/ext/zip/zip.c index 91100888f6..2e00243d59 100644 --- a/ext/zip/zip.c +++ b/ext/zip/zip.c @@ -56,6 +56,7 @@ function_entry zip_functions[] = {  /* {{{ zip_module_entry   */  zend_module_entry zip_module_entry = { +    STANDARD_MODULE_HEADER,  	"zip",  	zip_functions,  	PHP_MINIT(zip), @@ -63,6 +64,7 @@ zend_module_entry zip_module_entry = {  	NULL,  	NULL,  	PHP_MINFO(zip), +    NO_VERSION_YET,  	STANDARD_MODULE_PROPERTIES  };  /* }}} */ | 
