summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-02-11 19:27:27 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-02-11 19:31:46 +0100
commit6ac8b0a783b20ba28667267b0b09a682bcb129e3 (patch)
tree78955b1f5d4454801f67da297c120c81cdbb50e5 /UPGRADING
parent877ce69b3077ed1e2bb229c05b7b510f3567696d (diff)
downloadphp-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--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 566a390cbf..e33e75991c 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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.