Skip to content

Commit fab8bd4

Browse files
author
Sascha Schumann
committed
These functions have been changed to macros.
1 parent b180771 commit fab8bd4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main/php_compat.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,14 @@
4444
#define XmlGetUtf16InternalEncoding php_XmlGetUtf16InternalEncoding
4545
#define XmlGetUtf8InternalEncodingNS php_XmlGetUtf8InternalEncodingNS
4646
#define XmlGetUtf8InternalEncoding php_XmlGetUtf8InternalEncoding
47-
#define XmlInitEncodingNS php_XmlInitEncodingNS
4847
#define XmlInitEncoding php_XmlInitEncoding
49-
#define XmlInitUnknownEncodingNS php_XmlInitUnknownEncodingNS
5048
#define XmlInitUnknownEncoding php_XmlInitUnknownEncoding
5149
#define XML_ParseBuffer php_XML_ParseBuffer
5250
#define XML_Parse php_XML_Parse
5351
#define XML_ParserCreate_MM php_XML_ParserCreate_MM
5452
#define XML_ParserCreateNS php_XML_ParserCreateNS
5553
#define XML_ParserCreate php_XML_ParserCreate
5654
#define XML_ParserFree php_XML_ParserFree
57-
#define XmlParseXmlDeclNS php_XmlParseXmlDeclNS
5855
#define XmlParseXmlDecl php_XmlParseXmlDecl
5956
#define XmlPrologStateInitExternalEntity php_XmlPrologStateInitExternalEntity
6057
#define XmlPrologStateInit php_XmlPrologStateInit

0 commit comments

Comments
 (0)