From d95275052bbb9b8c9b2fcadaafe03b4e2488203b Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 6 Dec 2005 01:08:49 +0000 Subject: MFH --- 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