Commit:    1886292ec97eb4c0646597fde7fea87f97a00068
Author:    Dmitry Stogov <dmi...@zend.com>         Thu, 12 Dec 2013 13:02:50 
+0400
Parents:   d7a45a67be2b82272a908cff54cc4d78a3c6e206
Branches:  PHP-5.5 PHP-5.6

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=1886292ec97eb4c0646597fde7fea87f97a00068

Log:
Fixed ext/soap/tests/bugs/bug54911.phpt

Bugs:
https://bugs.php.net/54911

Changed paths:
  M  ext/soap/soap.c


Diff:
diff --git a/ext/soap/soap.c b/ext/soap/soap.c
index 3448df4..3176cfc 100644
--- a/ext/soap/soap.c
+++ b/ext/soap/soap.c
@@ -2819,6 +2819,7 @@ static void do_soap_call(zval* this_ptr,
        SOAP_GLOBAL(encoding) = old_encoding;
        SOAP_GLOBAL(sdl) = old_sdl;
        if (_bailout) {
+               _bailout = 0;
                zend_bailout();
        }
        SOAP_CLIENT_END_CODE();


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

Reply via email to