From 91d91d505256c1f0c4cc5e4e30c350809bf92881 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Fri, 2 Feb 2001 18:28:48 +0000 Subject: pspell .12 fix @ pspell .12 fix (Hugh Jones) --- ext/pspell/pspell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/pspell') 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) -- cgit v1.2.1