From: Rasmus Lerdorf Date: Fri, 2 Feb 2001 18:28:48 +0000 (+0000) Subject: pspell .12 fix X-Git-Tag: php-4.0.5RC1~386 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91d91d505256c1f0c4cc5e4e30c350809bf92881;p=php pspell .12 fix @ pspell .12 fix (Hugh Jones) --- 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)