Skip to content

Commit 76783a9

Browse files
committed
Update NEWS and UPGRADING wrt. ext/recode unbundling
1 parent 58b607c commit 76783a9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ PHP NEWS
55
- Core:
66
. Fixed bug #78212 (Segfault in built-in webserver). (cmb)
77

8+
- Recode:
9+
. Unbundled the recode extension. (cmb)
10+
811
11 Jul 2019, PHP 7.4.0alpha3
912

1013
- Core:

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,10 @@ PHP 7.4 UPGRADE NOTES
454454
extension. For more details see the RFC:
455455
https://wiki.php.net/rfc/deprecate-and-remove-ext-interbase
456456

457+
- Recode:
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+
457461
- WDDX:
458462
. The WDDX extension has been deprecated and moved to PECL.
459463
RFC: https://wiki.php.net/rfc/deprecate-and-remove-ext-wddx

0 commit comments

Comments
 (0)