From: Ilia Alshanetsky Date: Mon, 18 Nov 2002 13:30:18 +0000 (+0000) Subject: Fix bug #20442. X-Git-Tag: php-4.3.0RC2~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33b6f2a71a35129480054d017be862ecf7108754;p=php Fix bug #20442. --- diff --git a/main/php_compat.h b/main/php_compat.h index bd65b41f36..f08e970f4d 100644 --- a/main/php_compat.h +++ b/main/php_compat.h @@ -94,6 +94,7 @@ #define XML_UseParserAsHandlerArg php_XML_UseParserAsHandlerArg #define XmlUtf16Encode php_XmlUtf16Encode #define XmlUtf8Encode php_XmlUtf8Encode +#define XML_CONTEXT_BYTES 1024 #endif #endif