diff options
author | Wez Furlong <wez@php.net> | 2003-08-14 17:06:43 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-08-14 17:06:43 +0000 |
commit | 6e6a793bb9085ade64028d59aef84136b9b60fa7 (patch) | |
tree | d66e1b7de87d4ca81de669500a73ad49f8457889 | |
parent | 6df5d5ba202b531de6bb563e2462e046d701e8d6 (diff) | |
download | php-git-6e6a793bb9085ade64028d59aef84136b9b60fa7.tar.gz |
fix this stuff
-rw-r--r-- | main/internal_functions_win32.c | 6 |
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 |