]> granicus.if.org Git - php/commitdiff
[ci skip] Move wddx to dedicated section
authorPeter Kokot <peterkokot@gmail.com>
Sun, 5 May 2019 22:58:21 +0000 (00:58 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sun, 5 May 2019 22:58:21 +0000 (00:58 +0200)
UPGRADING

index c25a4ea3b65e2f5ed1bc5a204d912223ad415ee4..1ec2b211b98c9063960ab1c57b1d3b1df4471e55 100644 (file)
--- 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.