From: Sascha Schumann Date: Sat, 12 May 2001 10:28:39 +0000 (+0000) Subject: These functions have been changed to macros. X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~464 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fab8bd40d166c7c0a5d4cdff9503bb2f721636ce;p=php These functions have been changed to macros. --- diff --git a/main/php_compat.h b/main/php_compat.h index 156f31f72d..5152f1a85c 100644 --- a/main/php_compat.h +++ b/main/php_compat.h @@ -44,9 +44,7 @@ #define XmlGetUtf16InternalEncoding php_XmlGetUtf16InternalEncoding #define XmlGetUtf8InternalEncodingNS php_XmlGetUtf8InternalEncodingNS #define XmlGetUtf8InternalEncoding php_XmlGetUtf8InternalEncoding -#define XmlInitEncodingNS php_XmlInitEncodingNS #define XmlInitEncoding php_XmlInitEncoding -#define XmlInitUnknownEncodingNS php_XmlInitUnknownEncodingNS #define XmlInitUnknownEncoding php_XmlInitUnknownEncoding #define XML_ParseBuffer php_XML_ParseBuffer #define XML_Parse php_XML_Parse @@ -54,7 +52,6 @@ #define XML_ParserCreateNS php_XML_ParserCreateNS #define XML_ParserCreate php_XML_ParserCreate #define XML_ParserFree php_XML_ParserFree -#define XmlParseXmlDeclNS php_XmlParseXmlDeclNS #define XmlParseXmlDecl php_XmlParseXmlDecl #define XmlPrologStateInitExternalEntity php_XmlPrologStateInitExternalEntity #define XmlPrologStateInit php_XmlPrologStateInit