wez Thu Aug 14 13:06:44 2003 EDT
Modified files:
/php-src/main internal_functions_win32.c
Log:
fix this stuff
Index: php-src/main/internal_functions_win32.c
diff -u php-src/main/internal_functions_win32.c:1.79
php-src/main/internal_functions_win32.c:1.80
--- php-src/main/internal_functions_win32.c:1.79 Thu Aug 14 12:49:56 2003
+++ php-src/main/internal_functions_win32.c Thu Aug 14 13:06:43 2003
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: internal_functions_win32.c,v 1.79 2003/08/14 16:49:56 wez Exp $ */
+/* $Id: internal_functions_win32.c,v 1.80 2003/08/14 17:06:43 wez Exp $ */
/* {{{ includes
*/
@@ -137,14 +137,14 @@
#endif
#if HAVE_LIBXML
#if HAVE_DOM
- phpext_dom_ptr
+ ,phpext_dom_ptr
#endif
#if HAVE_SIMPLEXML
- phpext_simplexml_ptr
+ ,phpext_simplexml_ptr
#endif
#endif
#if HAVE_XML
- phpext_xml_ptr
+ ,phpext_xml_ptr
#endif
#if HAVE_XML && HAVE_WDDX
,phpext_wddx_ptr
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php