diff options
Diffstat (limited to 'ext/zlib/php_zlib.h')
-rw-r--r-- | ext/zlib/php_zlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h index bc2397b781..311f152fa0 100644 --- a/ext/zlib/php_zlib.h +++ b/ext/zlib/php_zlib.h @@ -39,8 +39,8 @@ typedef struct { int gzgetss_state; } php_zlib_globals; -extern zend_module_entry php3_zlib_module_entry; -#define zlib_module_ptr &php3_zlib_module_entry +extern zend_module_entry php_zlib_module_entry; +#define zlib_module_ptr &php_zlib_module_entry extern PHP_MINIT_FUNCTION(zlib); extern PHP_MSHUTDOWN_FUNCTION(zlib); |