diff options
author | Christopher Jones <sixd@php.net> | 2017-07-26 15:23:58 +1000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2017-07-26 15:23:58 +1000 |
commit | 747f5b23ae226c2c700d68f05178ff1085939dfa (patch) | |
tree | 0ed0d2a26f322afb5ef08b1e17e21e0c4d8def37 | |
parent | 46a6ae0d45648de4cd43f434e44c5cff05359fb4 (diff) | |
download | php-git-747f5b23ae226c2c700d68f05178ff1085939dfa.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |