From: Christoph M. Becker Date: Mon, 11 Sep 2017 16:36:50 +0000 (+0200) Subject: [ci-skip] Add missing UPGRADING entry for commit 0d0f7cd X-Git-Tag: php-7.2.0RC2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d95221ec4b86c3c1480f147a918534a88d4ef58e;p=php [ci-skip] Add missing UPGRADING entry for commit 0d0f7cd There is a respective entry in NEWS, but that would likely be missed by the doc team. --- diff --git a/UPGRADING b/UPGRADING index c8b4ef3d68..3a24a61142 100644 --- 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.