From: Dmitry Stogov Date: Thu, 12 Dec 2013 09:02:50 +0000 (+0400) Subject: Fixed ext/soap/tests/bugs/bug54911.phpt X-Git-Tag: php-5.5.8RC1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1886292ec97eb4c0646597fde7fea87f97a00068;p=php Fixed ext/soap/tests/bugs/bug54911.phpt --- diff --git a/ext/soap/soap.c b/ext/soap/soap.c index 3448df4ea7..3176cfc9a0 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();