From: Christoph M. Becker Date: Fri, 12 Jul 2019 12:35:44 +0000 (+0200) Subject: Update NEWS and UPGRADING wrt. ext/recode unbundling X-Git-Tag: php-7.4.0beta1~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76783a9bcc900cf90bc1bcd9d43d700b50c87f95;p=php Update NEWS and UPGRADING wrt. ext/recode unbundling --- 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