From: Tyson Andre Date: Sun, 5 Nov 2017 17:38:22 +0000 (-0800) Subject: Fix typo in UPGRADING, should be oci_unregister_taf_callback X-Git-Tag: php-7.2.1RC1~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9379b319b0e9922c097f0b41dff83007ba4e7b3c;p=php Fix typo in UPGRADING, should be oci_unregister_taf_callback See de65a2243f5e52ccafc69889ab0b64f4481c5358 which exposes the unregister functionality. [ci skip] --- 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: