summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-03-20 14:15:50 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-03-20 14:15:50 +0100
commit6bbb18a0b6bef11222caaa55c00abdbcbb55d54b (patch)
treee90c85b8fe9dcc5f389f9963148e104dc96c858e /main/internal_functions_win32.c
parentc8c86e76cf562008f29968c3bfc8c5f3fb8a7598 (diff)
downloadphp-git-6bbb18a0b6bef11222caaa55c00abdbcbb55d54b.tar.gz
Unbundle ext/wddx
The extension is now available from <https://pecl.php.net/package/wddx>. Cf. <https://wiki.php.net/rfc/deprecate-and-remove-ext-wddx>.
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