diff options
author | Andi Gutmans <andi@php.net> | 2000-03-12 17:49:08 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-03-12 17:49:08 +0000 |
commit | 05aa5cb831e5dea18b6dc97de24ce64bbb5614b8 (patch) | |
tree | 15e746a77dd9c5ba9bbd56aaa76ca225f6da29c8 | |
parent | bb09ee9505023838079d427d47e7d0b0494d1b8c (diff) | |
download | php-git-05aa5cb831e5dea18b6dc97de24ce64bbb5614b8.tar.gz |
- Guessing this is the problem
-rw-r--r-- | ext/imap/imap.c | 2 |
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); |