From 05aa5cb831e5dea18b6dc97de24ce64bbb5614b8 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sun, 12 Mar 2000 17:49:08 +0000 Subject: [PATCH] - Guessing this is the problem --- ext/imap/imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0