From fae94910ae35c075a3fbbfbff5721d3c981e0c59 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 6 Dec 2005 01:02:38 +0000 Subject: nuke php3 legacy (and be consistent) --- ext/xml/php_xml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/xml/php_xml.h') 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; -- cgit v1.2.1