Skip to content

Commit 6be6cac

Browse files
committed
[ci skip] Move wddx to dedicated section
1 parent e58fddf commit 6be6cac

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

UPGRADING

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,15 @@ PHP 7.4 UPGRADE NOTES
286286
========================================
287287

288288
- Interbase:
289-
. The interbase extension has been moved to PECL. Access to an InterBase
290-
and/or FireBird based database is still available with the PDO_Firebird
289+
. The interbase extension has been moved to PECL. Access to an InterBase
290+
and/or FireBird based database is still available with the PDO_Firebird
291291
extension. For more details see the RFC:
292292
https://wiki.php.net/rfc/deprecate-and-remove-ext-interbase
293293

294+
- WDDX:
295+
. The WDDX extension has been deprecated and moved to PECL.
296+
RFC: https://wiki.php.net/rfc/deprecate-and-remove-ext-wddx
297+
294298
========================================
295299
9. Other Changes to Extensions
296300
========================================
@@ -344,9 +348,6 @@ PHP 7.4 UPGRADE NOTES
344348
possible, but unserialization yielded unusable objects.
345349
. The @param notation can now also be used to denote SQL query parameters.
346350

347-
- WDDX:
348-
. The WDDX extension has been deprecated and moved to PECL.
349-
350351
- Zip:
351352
. The bundled libzip library has been removed. A system libzip >= 0.11 is now
352353
necessary to build the extension.

0 commit comments

Comments
 (0)