summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <christopher.jones@oracle.com>2017-04-12 13:23:19 +1000
committerChristopher Jones <christopher.jones@oracle.com>2017-04-12 13:23:19 +1000
commit28ddfbb892168fc51ce25b0133e513953a78e66b (patch)
tree3beca25f46790172390fd68192afe8a8a3f5132c
parent8bba2df2ebcae963a87721c6898721cd1183c2b1 (diff)
downloadphp-git-28ddfbb892168fc51ce25b0133e513953a78e66b.tar.gz
Add missing NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 68ba3b75aa..4b8ed94b2d 100644
--- a/NEWS
+++ b/NEWS
@@ -61,6 +61,9 @@ PHP NEWS
- iconv:
. Fixed bug #74230 (iconv fails to fail on surrogates). (Anatol)
+- OCI8:
+ . Fixed uninitialized data causing random crash. (Dmitry)
+
- OpenSSL:
. Fixed bug #72333 (fwrite() on non-blocking SSL sockets doesn't work).
(Jakub Zelenka)