diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2017-09-11 18:36:50 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2017-09-11 18:37:51 +0200 |
commit | d95221ec4b86c3c1480f147a918534a88d4ef58e (patch) | |
tree | 845b38653e7f4b6c739c2e6ad9b9e41f59b83da2 | |
parent | dcae6d6423448d279a90241a991a4f1453ac33d9 (diff) | |
download | php-git-d95221ec4b86c3c1480f147a918534a88d4ef58e.tar.gz |
[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.
-rw-r--r-- | UPGRADING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |