summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2017-11-05 09:38:22 -0800
committerNikita Popov <nikita.ppv@gmail.com>2017-11-16 00:19:36 +0100
commit9379b319b0e9922c097f0b41dff83007ba4e7b3c (patch)
tree3c7034ad06089642d45fa5ea8b068d0d4cdac9e4 /UPGRADING
parent6640e03df84586bc64b7879376ce7ebb34c82522 (diff)
downloadphp-git-9379b319b0e9922c097f0b41dff83007ba4e7b3c.tar.gz
Fix typo in UPGRADING, should be oci_unregister_taf_callback
See de65a2243f5e52ccafc69889ab0b64f4481c5358 which exposes the unregister functionality. [ci skip]
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
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: