summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2017-07-26 15:25:01 +1000
committerChristopher Jones <sixd@php.net>2017-07-26 15:25:01 +1000
commit787ea0dda5dd62c0fc63eacece49cc82c93fd974 (patch)
treeafc317c42a2f70a13ec3c76a1a9d5616ba124d1d
parent664eca596799a116fb81afec2618ce40284a8554 (diff)
downloadphp-git-787ea0dda5dd62c0fc63eacece49cc82c93fd974.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b2a181a785..2a9bb2a866 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,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)