From: Peter Kokot Date: Sun, 5 May 2019 22:58:21 +0000 (+0200) Subject: [ci skip] Move wddx to dedicated section X-Git-Tag: php-7.4.0alpha1~355 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6be6cac6f4c41338c57642e9f6747f7f7711d1d3;p=php [ci skip] Move wddx to dedicated section --- diff --git a/UPGRADING b/UPGRADING index c25a4ea3b6..1ec2b211b9 100644 --- a/UPGRADING +++ b/UPGRADING @@ -286,11 +286,15 @@ PHP 7.4 UPGRADE NOTES ======================================== - Interbase: - . The interbase extension has been moved to PECL. Access to an InterBase - and/or FireBird based database is still available with the PDO_Firebird + . The interbase extension has been moved to PECL. Access to an InterBase + and/or FireBird based database is still available with the PDO_Firebird extension. For more details see the RFC: https://wiki.php.net/rfc/deprecate-and-remove-ext-interbase +- WDDX: + . The WDDX extension has been deprecated and moved to PECL. + RFC: https://wiki.php.net/rfc/deprecate-and-remove-ext-wddx + ======================================== 9. Other Changes to Extensions ======================================== @@ -344,9 +348,6 @@ PHP 7.4 UPGRADE NOTES possible, but unserialization yielded unusable objects. . The @param notation can now also be used to denote SQL query parameters. -- WDDX: - . The WDDX extension has been deprecated and moved to PECL. - - Zip: . The bundled libzip library has been removed. A system libzip >= 0.11 is now necessary to build the extension.