From: Dmitry Stogov Date: Mon, 31 Jan 2005 14:26:24 +0000 (+0000) Subject: Empty "detail" was removed from SoapFault object. X-Git-Tag: php-5.0.4RC1~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4337c68030f87cec4993a01a63812716fe96193a;p=php Empty "detail" was removed from SoapFault object. --- diff --git a/ext/soap/soap.c b/ext/soap/soap.c index 43037aedcc..7814f79bb4 100644 --- a/ext/soap/soap.c +++ b/ext/soap/soap.c @@ -1865,7 +1865,6 @@ static void soap_error_handler(int error_num, const char *error_filename, const zval *outbuf = NULL; zval outbuflen; - ALLOC_INIT_ZVAL(outbuf); INIT_ZVAL(outbuflen); buffer_len = vsnprintf(buffer, sizeof(buffer)-1, format, args);