Browse Source

[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.
pull/2749/merge
Christoph M. Becker 9 years ago
parent
commit
d95221ec4b
  1. 5
      UPGRADING

5
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.

Loading…
Cancel
Save