From: Nuno Lopes Date: Wed, 6 Sep 2006 15:32:19 +0000 (+0000) Subject: MFB X-Git-Tag: RELEASE_1_0_0RC1~1753 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=984a56c9ab0992a7672d59ffbe9138ffd1594299;p=php MFB --- diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index 6c8f6422cf..9e460da568 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -1964,7 +1964,7 @@ SXE_METHOD(__construct) { php_sxe_object *sxe = php_sxe_fetch_object(getThis() TSRMLS_CC); char *data, *ns = NULL; - int data_len, *ns_len = 0; + int data_len, ns_len = 0; xmlDocPtr docp; long options = 0; zend_bool is_url = 0, isprefix = 0;