From: Andrey Hristov Date: Sat, 11 Jan 2003 19:37:23 +0000 (+0000) Subject: reverting X-Git-Tag: PHP_5_0_dev_before_13561_fix~314 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd2ce96e03956b6fd16109ced944976f6a2e924c;p=php reverting --- diff --git a/ext/soap/soap.c b/ext/soap/soap.c index 30cf757c67..7130add1ee 100644 --- a/ext/soap/soap.c +++ b/ext/soap/soap.c @@ -378,14 +378,11 @@ PHP_FUNCTION(soap_encode_to_xml) php_error(E_ERROR, "wrong number of parameters to soap_encode_to_xml"); enc = get_conversion(Z_TYPE_P(pzval)); - return_value = php_domobject_new(seralize_zval(pzval, NULL, name, SOAP_ENCODED), &found, NULL TSRMLS_CC); - -/* + ret = php_domobject_new(seralize_zval(pzval, NULL, name, SOAP_ENCODED), &found, NULL TSRMLS_CC); *return_value = *ret; zval_copy_ctor(return_value); zval_ptr_dtor(&ret); -*/ } PHP_FUNCTION(soap_encode_to_zval)