summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-03-12 17:49:08 +0000
committerAndi Gutmans <andi@php.net>2000-03-12 17:49:08 +0000
commit05aa5cb831e5dea18b6dc97de24ce64bbb5614b8 (patch)
tree15e746a77dd9c5ba9bbd56aaa76ca225f6da29c8
parentbb09ee9505023838079d427d47e7d0b0494d1b8c (diff)
downloadphp-git-05aa5cb831e5dea18b6dc97de24ce64bbb5614b8.tar.gz
- Guessing this is the problem
-rw-r--r--ext/imap/imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/imap.c b/ext/imap/imap.c
index 352a68469d..c01bd8edfa 100644
--- a/ext/imap/imap.c
+++ b/ext/imap/imap.c
@@ -459,7 +459,7 @@ PHP_MINIT_FUNCTION(imap)
/* Open Options */
- REGISTER_MAIN_LONG_CONSTANT("OP_PHP_DEBUG", OP_PHP_DEBUG, CONST_PERSISTENT | CONST_CS);
+ REGISTER_MAIN_LONG_CONSTANT("OP_DEBUG", OP_DEBUG, CONST_PERSISTENT | CONST_CS);
/* debug protocol negotiations */
REGISTER_MAIN_LONG_CONSTANT("OP_READONLY", OP_READONLY, CONST_PERSISTENT | CONST_CS);