mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
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>.
This commit is contained in:
parent
c8c86e76cf
commit
6bbb18a0b6
51 changed files with 2 additions and 3778 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue