From d00b516f84247cf6b8035d5f10d4f95fcf40d67a Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Fri, 2 Jul 1999 15:31:02 +0000 Subject: losses memory like hell, but seems to work! 3 things (this is a bad hack as of now!): - xml.c uses _php3_strtoupper is #include "../standard/php3_string.h" the right way to get the prototype? - i've copied php3i_long_pval/php3i_string_pval from the php3 tree into xml.c (this is defnetly WRONG, but where do i find those?) - as php3tls_pval_destructor is not available in zend, i've #define php3tls_pval_destructor(a) pval_destructor(a) which is maybe not what we want! --- ext/xml/php3_xml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/xml/php3_xml.h') diff --git a/ext/xml/php3_xml.h b/ext/xml/php3_xml.h index 4c1a2f4020..0c4c706d9d 100644 --- a/ext/xml/php3_xml.h +++ b/ext/xml/php3_xml.h @@ -66,7 +66,7 @@ typedef struct { int level; int toffset; int curtag; - pval *ctag; + pval **ctag; char **ltags; int lastwasopen; int skipwhite; -- cgit v1.2.1