mirror of
https://github.com/php/php-src.git
synced 2025-01-06 02:43:34 +08:00
Fixed ext/soap/tests/bugs/bug54911.phpt
This commit is contained in:
parent
d7a45a67be
commit
1886292ec9
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user