diff options
Diffstat (limited to 'ext/pspell')
-rw-r--r-- | ext/pspell/pspell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pspell/pspell.c b/ext/pspell/pspell.c index 9a0b93803d..958a3e36a6 100644 --- a/ext/pspell/pspell.c +++ b/ext/pspell/pspell.c @@ -37,6 +37,7 @@ #define PSPELL_BAD_SPELLERS 3L #define PSPELL_SPEED_MASK_INTERNAL 3L #define PSPELL_RUN_TOGETHER 8L +#define USE_ORIGINAL_MANAGER_FUNCS 1L function_entry pspell_functions[] = { PHP_FE(pspell_new, NULL) |