From 6e6a793bb9085ade64028d59aef84136b9b60fa7 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Thu, 14 Aug 2003 17:06:43 +0000 Subject: [PATCH] fix this stuff --- main/internal_functions_win32.c | 6 +++--- 1 file 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 -- 2.40.0