]> granicus.if.org Git - php/commitdiff
fix this stuff
authorWez Furlong <wez@php.net>
Thu, 14 Aug 2003 17:06:43 +0000 (17:06 +0000)
committerWez Furlong <wez@php.net>
Thu, 14 Aug 2003 17:06:43 +0000 (17:06 +0000)
main/internal_functions_win32.c

index 0fff4f8c807997fafe76a0119fea2af082bf6f46..c1eaa6b6f4a6d7f524425d996f5c3da5302bbd57 100644 (file)
@@ -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