File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -286,11 +286,15 @@ PHP 7.4 UPGRADE NOTES
286
286
========================================
287
287
288
288
- 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
291
291
extension. For more details see the RFC:
292
292
https://wiki.php.net/rfc/deprecate-and-remove-ext-interbase
293
293
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
+
294
298
========================================
295
299
9. Other Changes to Extensions
296
300
========================================
@@ -344,9 +348,6 @@ PHP 7.4 UPGRADE NOTES
344
348
possible, but unserialization yielded unusable objects.
345
349
. The @param notation can now also be used to denote SQL query parameters.
346
350
347
- - WDDX:
348
- . The WDDX extension has been deprecated and moved to PECL.
349
-
350
351
- Zip:
351
352
. The bundled libzip library has been removed. A system libzip >= 0.11 is now
352
353
necessary to build the extension.
You can’t perform that action at this time.
0 commit comments