From: foobar Date: Tue, 6 Dec 2005 01:02:38 +0000 (+0000) Subject: nuke php3 legacy (and be consistent) X-Git-Tag: RELEASE_1_1_1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fae94910ae35c075a3fbbfbff5721d3c981e0c59;p=php nuke php3 legacy (and be consistent) --- diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h index a4e9f5e5f1..de8961f65e 100644 --- a/ext/xml/php_xml.h +++ b/ext/xml/php_xml.h @@ -86,7 +86,7 @@ typedef struct { int level; int toffset; int curtag; - pval **ctag; + zval **ctag; char **ltags; int lastwasopen; int skipwhite;