summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)