summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r--main/internal_functions_win32.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c
index 45093ec739..c67b6ae0b5 100644
--- a/main/internal_functions_win32.c
+++ b/main/internal_functions_win32.c
@@ -92,9 +92,6 @@
#if HAVE_XML
#include "ext/xml/php_xml.h"
#endif
-#if HAVE_XML && HAVE_WDDX
-#include "ext/wddx/php_wddx.h"
-#endif
#include "ext/com_dotnet/php_com_dotnet.h"
#ifdef HAVE_SPL
#include "ext/spl/php_spl.h"
@@ -164,9 +161,6 @@ static zend_module_entry * const php_builtin_extensions[] = {
#if HAVE_XML
,phpext_xml_ptr
#endif
-#if HAVE_XML && HAVE_WDDX
- ,phpext_wddx_ptr
-#endif
#if HAVE_SPL
,phpext_spl_ptr
#endif