]> granicus.if.org Git - php/commitdiff
pspell .12 fix
authorRasmus Lerdorf <rasmus@php.net>
Fri, 2 Feb 2001 18:28:48 +0000 (18:28 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Fri, 2 Feb 2001 18:28:48 +0000 (18:28 +0000)
@ pspell .12 fix (Hugh Jones)

ext/pspell/pspell.c

index 9a0b93803dd83cd1768fd7b37da817fd2808e911..958a3e36a6b51d12e3db0481fb105369afcc4e2f 100644 (file)
@@ -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)