Skip to content

Commit 3fd99f4

Browse files
committed
Mention OCI8 TAF callback support in UPGRADING
1 parent f42e1c6 commit 3fd99f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

UPGRADING

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ PHP 7.2 UPGRADE NOTES
105105
- DBA:
106106
. Implemented support for the LMDB backend.
107107

108+
- OCI8:
109+
. Added Oracle Database Transparent Application Failover (TAF) callback support.
110+
108111
- PCRE:
109112
. Added `J` modifier for setting PCRE_DUPNAMES.
110113
. Added `PREG_UNMATCHED_AS_NULL` flag to allow distinguish between unmatched
@@ -218,6 +221,10 @@ See also: https://wiki.php.net/rfc/deprecations_php_7_2
218221
. Added mb_chr() and mb_ord().
219222
. Added mb_scurb() that scrub broken multibyte strings.
220223

224+
- OCI8:
225+
. Added oci_register_taf_callback() and oci_disable_taf_callback() for
226+
Oracle Database TAF callback support.
227+
221228
- Sockets:
222229
. Added socket_addrinfo_lookup(), socket_addrinfo_connect(),
223230
socket_addrinfo_bind() and socket_addrinfo_explain().

0 commit comments

Comments
 (0)