]> granicus.if.org Git - php/commitdiff
Fix typo in UPGRADING, should be oci_unregister_taf_callback
authorTyson Andre <tysonandre775@hotmail.com>
Sun, 5 Nov 2017 17:38:22 +0000 (09:38 -0800)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 15 Nov 2017 23:19:36 +0000 (00:19 +0100)
See de65a2243f5e52ccafc69889ab0b64f4481c5358 which exposes
the unregister functionality.

[ci skip]

UPGRADING

index ed8d84cd25b0bf4d5d26bc5207e9372b663e3df9..3e2be23323ac83807f02b8ad3d1cabe98aad836c 100644 (file)
--- 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: