From: Andi Gutmans Date: Sun, 12 Mar 2000 17:49:08 +0000 (+0000) Subject: - Guessing this is the problem X-Git-Tag: PHP-4.0-RC1~173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05aa5cb831e5dea18b6dc97de24ce64bbb5614b8;p=php - Guessing this is the problem --- 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);