summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-12-06 01:02:38 +0000
committerfoobar <sniper@php.net>2005-12-06 01:02:38 +0000
commitfae94910ae35c075a3fbbfbff5721d3c981e0c59 (patch)
treeb0edf001f696167255b0fc92d7542b7cf9297d04
parenta9166edcf4283fb6611bce2ee190c4e9219557b2 (diff)
downloadphp-git-fae94910ae35c075a3fbbfbff5721d3c981e0c59.tar.gz
nuke php3 legacy (and be consistent)
-rw-r--r--ext/xml/php_xml.h2
1 files changed, 1 insertions, 1 deletions
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;