pajoye                                   Tue, 05 Jan 2010 01:05:58 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=293125

Log:
- should not have commited

Changed paths:
    U   php/php-src/trunk/ext/imap/php_imap.c

Modified: php/php-src/trunk/ext/imap/php_imap.c
===================================================================
--- php/php-src/trunk/ext/imap/php_imap.c       2010-01-05 01:02:15 UTC (rev 
293124)
+++ php/php-src/trunk/ext/imap/php_imap.c       2010-01-05 01:05:58 UTC (rev 
293125)
@@ -1169,7 +1169,6 @@

        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:

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to