We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b607c commit 76783a9Copy full SHA for 76783a9
NEWS
@@ -5,6 +5,9 @@ PHP NEWS
5
- Core:
6
. Fixed bug #78212 (Segfault in built-in webserver). (cmb)
7
8
+- Recode:
9
+ . Unbundled the recode extension. (cmb)
10
+
11
11 Jul 2019, PHP 7.4.0alpha3
12
13
UPGRADING
@@ -454,6 +454,10 @@ PHP 7.4 UPGRADE NOTES
454
extension. For more details see the RFC:
455
https://wiki.php.net/rfc/deprecate-and-remove-ext-interbase
456
457
458
+ . The recode extension has been moved to PECL. For character set/encoding
459
+ conversion the iconv or mbstring extensions could be used instead.
460
461
- WDDX:
462
. The WDDX extension has been deprecated and moved to PECL.
463
RFC: https://wiki.php.net/rfc/deprecate-and-remove-ext-wddx
0 commit comments