diff options
Diffstat (limited to 'ext/pspell/pspell.c')
| -rw-r--r-- | ext/pspell/pspell.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/pspell/pspell.c b/ext/pspell/pspell.c index d4131c49e0..76ff96701d 100644 --- a/ext/pspell/pspell.c +++ b/ext/pspell/pspell.c @@ -71,7 +71,8 @@ function_entry pspell_functions[] = { static int le_pspell, le_pspell_config; zend_module_entry pspell_module_entry = { - "pspell", pspell_functions, PHP_MINIT(pspell), NULL, NULL, NULL, PHP_MINFO(pspell), STANDARD_MODULE_PROPERTIES + STANDARD_MODULE_HEADER, + "pspell", pspell_functions, PHP_MINIT(pspell), NULL, NULL, NULL, PHP_MINFO(pspell), NO_VERSION_YET, STANDARD_MODULE_PROPERTIES }; #ifdef COMPILE_DL_PSPELL |
