diff options
author | Christopher Jones <sixd@php.net> | 2017-07-26 15:25:01 +1000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2017-07-26 15:25:01 +1000 |
commit | 787ea0dda5dd62c0fc63eacece49cc82c93fd974 (patch) | |
tree | afc317c42a2f70a13ec3c76a1a9d5616ba124d1d | |
parent | 664eca596799a116fb81afec2618ce40284a8554 (diff) | |
download | php-git-787ea0dda5dd62c0fc63eacece49cc82c93fd974.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |