From: Dmitry Stogov Date: Mon, 26 Jan 2004 17:14:07 +0000 (+0000) Subject: fix X-Git-Tag: php-5.0.0b4RC1~291 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c25df9d8c67619480f6637b665074a85c16098aa;p=php fix --- diff --git a/ext/soap/php_encoding.c b/ext/soap/php_encoding.c index 5ba17eb9fc..b3bd57f699 100644 --- a/ext/soap/php_encoding.c +++ b/ext/soap/php_encoding.c @@ -434,7 +434,7 @@ static zval *to_zval_stringc(encodeTypePtr type, xmlNodePtr data) static xmlNodePtr to_xml_string(encodeTypePtr type, zval *data, int style) { xmlNodePtr ret; - char *str, *pstr; + char *str; int new_len; TSRMLS_FETCH();