diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-11-17 18:37:48 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-11-17 18:37:48 +0000 |
commit | cea24195290895b461ffc9fa3e77a2048cc0a4f1 (patch) | |
tree | f7437067017611b3e77e55a8265f2301bbd80f27 /main/php_compat.h | |
parent | 29695934ed65b7c363b7a198c0383b89367f0ee6 (diff) | |
download | php-git-cea24195290895b461ffc9fa3e77a2048cc0a4f1.tar.gz |
Upgraded the bundled expat library to 1.95.5 (latest stable, atm).
Fixed bug #20442.
Diffstat (limited to 'main/php_compat.h')
-rw-r--r-- | main/php_compat.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/php_compat.h b/main/php_compat.h index bd65b41f36..f934b07925 100644 --- a/main/php_compat.h +++ b/main/php_compat.h @@ -94,6 +94,16 @@ #define XML_UseParserAsHandlerArg php_XML_UseParserAsHandlerArg #define XmlUtf16Encode php_XmlUtf16Encode #define XmlUtf8Encode php_XmlUtf8Encode + +/* Define to specify how much context to retain around the current parse + point. */ +#define XML_CONTEXT_BYTES 1024 + +/* Define to make parameter entity parsing functionality available. */ +#define XML_DTD 1 + +/* Define to make XML Namespaces functionality available. */ +#define XML_NS 1 #endif #endif |