From 9379b319b0e9922c097f0b41dff83007ba4e7b3c Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Sun, 5 Nov 2017 09:38:22 -0800 Subject: [PATCH] Fix typo in UPGRADING, should be oci_unregister_taf_callback See de65a2243f5e52ccafc69889ab0b64f4481c5358 which exposes the unregister functionality. [ci skip] --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING b/UPGRADING index ed8d84cd25..3e2be23323 100644 --- a/UPGRADING +++ b/UPGRADING @@ -261,7 +261,7 @@ See also: https://wiki.php.net/rfc/deprecations_php_7_2 . Added mb_scrub() that scrubs broken multibyte strings. - OCI8: - . Added oci_register_taf_callback() and oci_disable_taf_callback() for + . Added oci_register_taf_callback() and oci_unregister_taf_callback() for Oracle Database TAF callback support. - Sockets: -- 2.50.1