diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-07-12 14:35:44 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-07-12 14:35:44 +0200 |
commit | 76783a9bcc900cf90bc1bcd9d43d700b50c87f95 (patch) | |
tree | 48096b518ca83dcd476b697908e62176091944cd | |
parent | 58b607c9ea6cdc631a61b18de0cf5c0b3c96c074 (diff) | |
download | php-git-76783a9bcc900cf90bc1bcd9d43d700b50c87f95.tar.gz |
Update NEWS and UPGRADING wrt. ext/recode unbundling
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | UPGRADING | 4 |
2 files changed, 7 insertions, 0 deletions
@@ -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: @@ -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 |