From: Pierre Joye Date: Tue, 5 Jan 2010 01:05:58 +0000 (+0000) Subject: - should not have commited X-Git-Tag: php-5.4.0alpha1~191^2~2130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8b7f083ce36cab98fd5d1b5f94b03ecc729c028;p=php - should not have commited --- 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: