summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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