diff options
Diffstat (limited to 'ext/mhash')
-rw-r--r-- | ext/mhash/mhash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mhash/mhash.c b/ext/mhash/mhash.c index 0067456ebc..fe781d2816 100644 --- a/ext/mhash/mhash.c +++ b/ext/mhash/mhash.c @@ -46,11 +46,13 @@ function_entry mhash_functions[] = { static PHP_MINIT_FUNCTION(mhash); zend_module_entry mhash_module_entry = { + STANDARD_MODULE_HEADER, "mhash", mhash_functions, PHP_MINIT(mhash), NULL, NULL, NULL, NULL, + NO_VERSION_YET, STANDARD_MODULE_PROPERTIES, }; |