summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-07-03 12:36:33 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-07-03 12:36:50 +0200
commitaf3c85407432b357ddeda6eac847424d36d0ad83 (patch)
tree063760ea030a90396487c93b0f85c5f74d414ff0 /NEWS
parent4892bbc167dfa0ea188baebbce538225f4a0455a (diff)
parent0e48e35e0485bc6d6458a45ecab5b19a0c2ec001 (diff)
downloadphp-git-af3c85407432b357ddeda6eac847424d36d0ad83.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4f6fcd22b2..bdf4ff979c 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ PHP NEWS
. Fixed #69044 (discrepency between time and microtime). (krakjoe)
. Updated timelib to 2018.02. (Derick)
+- Openssl:
+ . Fixed bug #78231 (Segmentation fault upon stream_socket_accept of exported
+ socket-to-stream). (Nikita)
+
- Opcache:
. Fixed bug #78189 (file cache strips last character of uname hash). (cmb)
. Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM).