Skip to content

Commit 68ff4be

Browse files
author
Rob Richards
committed
export xml_parser_inited under win32
1 parent ceb91fb commit 68ff4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/xml/xml.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535

3636
#if HAVE_XML
3737

38-
int xml_parser_inited = 0;
39-
4038
#include "php_xml.h"
4139
# include "ext/standard/head.h"
4240

41+
PHP_XML_API int xml_parser_inited = 0;
42+
4343
/* Short-term TODO list:
4444
* - Implement XML_ExternalEntityParserCreate()
4545
* - XML_SetCommentHandler

0 commit comments

Comments
 (0)