File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,9 @@ PHP 7.2 UPGRADE NOTES
105
105
- DBA:
106
106
. Implemented support for the LMDB backend.
107
107
108
+ - OCI8:
109
+ . Added Oracle Database Transparent Application Failover (TAF) callback support.
110
+
108
111
- PCRE:
109
112
. Added `J` modifier for setting PCRE_DUPNAMES.
110
113
. 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
218
221
. Added mb_chr() and mb_ord().
219
222
. Added mb_scurb() that scrub broken multibyte strings.
220
223
224
+ - OCI8:
225
+ . Added oci_register_taf_callback() and oci_disable_taf_callback() for
226
+ Oracle Database TAF callback support.
227
+
221
228
- Sockets:
222
229
. Added socket_addrinfo_lookup(), socket_addrinfo_connect(),
223
230
socket_addrinfo_bind() and socket_addrinfo_explain().
You can’t perform that action at this time.
0 commit comments