mirror of
https://github.com/php/php-src.git
synced 2024-12-05 07:46:06 +08:00
Fixed SoapFault::details passing
This commit is contained in:
parent
18f4a3f9ff
commit
713622d363
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user