File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -652,11 +652,6 @@ XML_GetCurrentByteCount(XML_Parser parser)
652652 return (int ) XML_GetCurrentByteIndex (parser );
653653}
654654
655- PHP_XML_API const XML_Char * XML_ExpatVersion (void )
656- {
657- return (const XML_Char * ) "1.0" ;
658- }
659-
660655PHP_XML_API void
661656XML_ParserFree (XML_Parser parser )
662657{
Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ PHP_XML_API int XML_GetCurrentLineNumber(XML_Parser);
148148PHP_XML_API int XML_GetCurrentColumnNumber (XML_Parser );
149149PHP_XML_API long XML_GetCurrentByteIndex (XML_Parser );
150150PHP_XML_API int XML_GetCurrentByteCount (XML_Parser );
151- PHP_XML_API const XML_Char * XML_ExpatVersion (void );
152151PHP_XML_API void XML_ParserFree (XML_Parser );
153152
154153#elif defined(HAVE_LIBEXPAT )
You can’t perform that action at this time.
0 commit comments