]> granicus.if.org Git - php/commitdiff
nuke php3 legacy (and be consistent)
authorfoobar <sniper@php.net>
Tue, 6 Dec 2005 01:02:38 +0000 (01:02 +0000)
committerfoobar <sniper@php.net>
Tue, 6 Dec 2005 01:02:38 +0000 (01:02 +0000)
ext/xml/php_xml.h

index a4e9f5e5f10913d5f02abebaa380548ed92e71a9..de8961f65e0faa6b27831b6f52dfcb2d7ad39f92 100644 (file)
@@ -86,7 +86,7 @@ typedef struct {
        int level;
        int toffset;
        int curtag;
-       pval **ctag;
+       zval **ctag;
        char **ltags;
        int lastwasopen;
        int skipwhite;