Browse Source

Fix typo in UPGRADING, should be oci_unregister_taf_callback

See de65a2243f which exposes
the unregister functionality.

[ci skip]
pull/2904/merge
Tyson Andre 9 years ago
committed by Nikita Popov
parent
commit
9379b319b0
  1. 2
      UPGRADING

2
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:

Loading…
Cancel
Save