]> granicus.if.org Git - php/commitdiff
[ci-skip] Add missing UPGRADING entry for commit 0d0f7cd
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 11 Sep 2017 16:36:50 +0000 (18:36 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 11 Sep 2017 16:37:51 +0000 (18:37 +0200)
There is a respective entry in NEWS, but that would likely be missed by
the doc team.

UPGRADING

index c8b4ef3d68ccf7c664c945f64f267db566245923..3a24a61142b1255e3a9ea848c18256ea2a771a2c 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -119,6 +119,11 @@ PHP 7.2 UPGRADE NOTES
 - DBA:
   . Implemented support for the LMDB backend.
 
+- JSON:
+  . Added JSON_INVALID_UTF8_IGNORE and JSON_INVALID_UTF8_SUBSTITUTE options for
+    json_encode() and json_decode() to ignore and replace invalid UTF-8 byte
+    sequences, respectively.
+
 - OCI8:
   . Added Oracle Database Transparent Application Failover (TAF) callback support.