]> granicus.if.org Git - php/commitdiff
Fixed SoapFault::details passing
authorDmitry Stogov <dmitry@php.net>
Sun, 20 Mar 2005 09:55:33 +0000 (09:55 +0000)
committerDmitry Stogov <dmitry@php.net>
Sun, 20 Mar 2005 09:55:33 +0000 (09:55 +0000)
ext/soap/soap.c

index e1efcb66d9f52edd639e9dc05c1107a3e64a9bb8..41c639c0aa304acc975c68179924ce633fa4d84b 100644 (file)
@@ -2708,9 +2708,6 @@ static void set_soap_fault(zval *obj, char *fault_code, char *fault_string, char
                add_property_string(obj, "faultactor", fault_actor, 1);
        }
        if (fault_detail != NULL) {
-#ifdef ZEND_ENGINE_2
-               fault_detail->refcount--;
-#endif
                add_property_zval(obj, "detail", fault_detail);
        }
        if (name != NULL) {