summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-07-12 14:35:44 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-07-12 14:35:44 +0200
commit76783a9bcc900cf90bc1bcd9d43d700b50c87f95 (patch)
tree48096b518ca83dcd476b697908e62176091944cd
parent58b607c9ea6cdc631a61b18de0cf5c0b3c96c074 (diff)
downloadphp-git-76783a9bcc900cf90bc1bcd9d43d700b50c87f95.tar.gz
Update NEWS and UPGRADING wrt. ext/recode unbundling
-rw-r--r--NEWS3
-rw-r--r--UPGRADING4
2 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 42d38f3f40..72451dbc1e 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ PHP NEWS
- Core:
. Fixed bug #78212 (Segfault in built-in webserver). (cmb)
+- Recode:
+ . Unbundled the recode extension. (cmb)
+
11 Jul 2019, PHP 7.4.0alpha3
- Core:
diff --git a/UPGRADING b/UPGRADING
index 9bac919b98..cf31367cb7 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -454,6 +454,10 @@ PHP 7.4 UPGRADE NOTES
extension. For more details see the RFC:
https://wiki.php.net/rfc/deprecate-and-remove-ext-interbase
+- Recode:
+ . The recode extension has been moved to PECL. For character set/encoding
+ conversion the iconv or mbstring extensions could be used instead.
+
- WDDX:
. The WDDX extension has been deprecated and moved to PECL.
RFC: https://wiki.php.net/rfc/deprecate-and-remove-ext-wddx