rrichards               Sat Jun 14 07:22:13 2003 EDT

  Modified files:              
    /php4/ext/xml       xml.c 
  Log:
  export xml_parser_inited under win32
  
Index: php4/ext/xml/xml.c
diff -u php4/ext/xml/xml.c:1.130 php4/ext/xml/xml.c:1.131
--- php4/ext/xml/xml.c:1.130    Tue Jun 10 16:03:40 2003
+++ php4/ext/xml/xml.c  Sat Jun 14 07:22:13 2003
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: xml.c,v 1.130 2003/06/10 20:03:40 imajes Exp $ */
+/* $Id: xml.c,v 1.131 2003/06/14 11:22:13 rrichards Exp $ */
 
 #define IS_EXT_MODULE
 
@@ -35,10 +35,10 @@
 
 #if HAVE_XML
 
-int xml_parser_inited = 0;
-
 #include "php_xml.h"
 # include "ext/standard/head.h"
+
+PHP_XML_API int xml_parser_inited = 0;
 
 /* Short-term TODO list:
  * - Implement XML_ExternalEntityParserCreate()



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to