1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 18:13:00 +02:00

- Guessing this is the problem

This commit is contained in:
Andi Gutmans
2000-03-12 17:49:08 +00:00
parent bb09ee9505
commit 05aa5cb831

View File

@@ -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);