diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-02-11 19:27:27 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-02-11 19:31:46 +0100 |
commit | 6ac8b0a783b20ba28667267b0b09a682bcb129e3 (patch) | |
tree | 78955b1f5d4454801f67da297c120c81cdbb50e5 /UPGRADING | |
parent | 877ce69b3077ed1e2bb229c05b7b510f3567696d (diff) | |
download | php-git-6ac8b0a783b20ba28667267b0b09a682bcb129e3.tar.gz |
Deprecate ext/wddx
Cf. <https://wiki.php.net/rfc/deprecate-and-remove-ext-wddx>.
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -241,6 +241,9 @@ 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. + - Zip: . The bundled libzip library has been removed. A system libzip >= 0.11 is now necessary to build the extension. |