From: Christopher Jones Date: Wed, 26 Jul 2017 05:25:01 +0000 (+1000) Subject: Update NEWS X-Git-Tag: php-7.2.0beta2~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=787ea0dda5dd62c0fc63eacece49cc82c93fd974;p=php Update NEWS --- 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)