Skip to content

Commit 1886292

Browse files
committed
Fixed ext/soap/tests/bugs/bug54911.phpt
1 parent d7a45a6 commit 1886292

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/soap/soap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2819,6 +2819,7 @@ static void do_soap_call(zval* this_ptr,
28192819
SOAP_GLOBAL(encoding) = old_encoding;
28202820
SOAP_GLOBAL(sdl) = old_sdl;
28212821
if (_bailout) {
2822+
_bailout = 0;
28222823
zend_bailout();
28232824
}
28242825
SOAP_CLIENT_END_CODE();

0 commit comments

Comments
 (0)