diff options
Diffstat (limited to 'ext/mhash/php_mhash.h')
-rw-r--r-- | ext/mhash/php_mhash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mhash/php_mhash.h b/ext/mhash/php_mhash.h index e5341151d5..60f3955c18 100644 --- a/ext/mhash/php_mhash.h +++ b/ext/mhash/php_mhash.h @@ -4,7 +4,7 @@ #if HAVE_LIBMHASH #if PHP_API_VERSION < 19990421 -#define zend_module_entry php3_module_entry +#define zend_module_entry zend_module_entry #include "modules.h" #include "internal_functions.h" #endif |