summaryrefslogtreecommitdiff
path: root/ext/pspell
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2001-02-02 18:28:48 +0000
committerRasmus Lerdorf <rasmus@php.net>2001-02-02 18:28:48 +0000
commit91d91d505256c1f0c4cc5e4e30c350809bf92881 (patch)
treee583896c0b87b01deba03a6c12059d7d16683a60 /ext/pspell
parent2ee1ed2138c0a78082c60525aeaefbc14e0b95f3 (diff)
downloadphp-git-91d91d505256c1f0c4cc5e4e30c350809bf92881.tar.gz
pspell .12 fix
@ pspell .12 fix (Hugh Jones)
Diffstat (limited to 'ext/pspell')
-rw-r--r--ext/pspell/pspell.c1
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)