summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-08-14 17:06:43 +0000
committerWez Furlong <wez@php.net>2003-08-14 17:06:43 +0000
commit6e6a793bb9085ade64028d59aef84136b9b60fa7 (patch)
treed66e1b7de87d4ca81de669500a73ad49f8457889
parent6df5d5ba202b531de6bb563e2462e046d701e8d6 (diff)
downloadphp-git-6e6a793bb9085ade64028d59aef84136b9b60fa7.tar.gz
fix this stuff
-rw-r--r--main/internal_functions_win32.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c
index 0fff4f8c80..c1eaa6b6f4 100644
--- a/main/internal_functions_win32.c
+++ b/main/internal_functions_win32.c
@@ -137,14 +137,14 @@ zend_module_entry *php_builtin_extensions[] = {
#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