]> granicus.if.org Git - php/commitdiff
Fixed crash with SoapFault and register_shutdown_function().
authorDmitry Stogov <dmitry@php.net>
Thu, 16 Sep 2004 08:11:07 +0000 (08:11 +0000)
committerDmitry Stogov <dmitry@php.net>
Thu, 16 Sep 2004 08:11:07 +0000 (08:11 +0000)
ext/soap/soap.c

index c384ce5288e131b7c1f90fa05f59ac37e51c8b4e..53486966d70f35d4c2f72a6aedd7f72ac0efbaed 100644 (file)
@@ -1756,6 +1756,7 @@ static void soap_server_fault_ex(sdlFunctionPtr function, zval* fault, soapHeade
 
        xmlFreeDoc(doc_return);
        xmlFree(buf);
+       zend_clear_exception(TSRMLS_C);
        zend_bailout();
 }