diff options
author | Thies C. Arntzen <thies@php.net> | 2001-07-30 15:10:15 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2001-07-30 15:10:15 +0000 |
commit | 6627bab38df36f50930afed4da5726266481ee75 (patch) | |
tree | 77d39f2ac276698598ea7e920742ad9fe5a6bfe8 /main/php_compat.h | |
parent | b1cc3bd1d6fc893e6f8daebde80a8dad7cb72780 (diff) | |
download | php-git-6627bab38df36f50930afed4da5726266481ee75.tar.gz |
name-protect new expat function
Diffstat (limited to 'main/php_compat.h')
-rw-r--r-- | main/php_compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_compat.h b/main/php_compat.h index 5152f1a85c..7c9a16480c 100644 --- a/main/php_compat.h +++ b/main/php_compat.h @@ -29,6 +29,7 @@ #define XML_DefaultCurrent php_XML_DefaultCurrent #define XML_ErrorString php_XML_ErrorString #define XML_ExpatVersion php_XML_ExpatVersion +#define XML_ExpatVersionInfo php_XML_ExpatVersionInfo #define XML_ExternalEntityParserCreate php_XML_ExternalEntityParserCreate #define XML_GetBase php_XML_GetBase #define XML_GetBuffer php_XML_GetBuffer |