We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bd92d commit 9483180Copy full SHA for 9483180
2 files changed
ext/xml/compat.c
@@ -652,11 +652,6 @@ XML_GetCurrentByteCount(XML_Parser parser)
652
return (int) XML_GetCurrentByteIndex(parser);
653
}
654
655
-PHP_XML_API const XML_Char *XML_ExpatVersion(void)
656
-{
657
- return (const XML_Char *) "1.0";
658
-}
659
-
660
PHP_XML_API void
661
XML_ParserFree(XML_Parser parser)
662
{
ext/xml/expat_compat.h
@@ -148,7 +148,6 @@ PHP_XML_API int XML_GetCurrentLineNumber(XML_Parser);
148
PHP_XML_API int XML_GetCurrentColumnNumber(XML_Parser);
149
PHP_XML_API long XML_GetCurrentByteIndex(XML_Parser);
150
PHP_XML_API int XML_GetCurrentByteCount(XML_Parser);
151
-PHP_XML_API const XML_Char *XML_ExpatVersion(void);
152
PHP_XML_API void XML_ParserFree(XML_Parser);
153
154
#elif defined(HAVE_LIBEXPAT)
0 commit comments