summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2017-07-26 15:23:58 +1000
committerChristopher Jones <sixd@php.net>2017-07-26 15:23:58 +1000
commit747f5b23ae226c2c700d68f05178ff1085939dfa (patch)
tree0ed0d2a26f322afb5ef08b1e17e21e0c4d8def37
parent46a6ae0d45648de4cd43f434e44c5cff05359fb4 (diff)
downloadphp-git-747f5b23ae226c2c700d68f05178ff1085939dfa.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f3ad8e71b5..1b91bb6565 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,9 @@ PHP NEWS
. Fixed bug #74968 (PHP crashes when calling mysqli_result::fetch_object with
an abstract class). (Anatol)
+- OCI8:
+ . Expose oci_unregister_taf_callback() (Tianfang Yang)
+
- Opcache:
. Fixed bug #74980 (Narrowing occurred during type inference). (Laruence)