From f8b7f083ce36cab98fd5d1b5f94b03ecc729c028 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 5 Jan 2010 01:05:58 +0000 Subject: [PATCH] - should not have commited --- ext/imap/php_imap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 456aa3255b..84f445d917 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -1169,7 +1169,6 @@ static void php_imap_do_open(INTERNAL_FUNCTION_PARAMETERS, int persistent) if (params) { zval **disabled_auth_method; - DebugBreak(); if (zend_hash_find(HASH_OF(params), "DISABLE_AUTHENTICATOR", sizeof("DISABLE_AUTHENTICATOR"), (void **)&disabled_auth_method) == SUCCESS) { switch (Z_TYPE_PP(disabled_auth_method)) { case IS_STRING: -- 2.50.1