From 6bbb18a0b6bef11222caaa55c00abdbcbb55d54b Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 20 Mar 2019 14:15:50 +0100 Subject: Unbundle ext/wddx The extension is now available from . Cf. . --- main/internal_functions_win32.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'main/internal_functions_win32.c') 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 -- cgit v1.2.1