summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2016-09-13 18:15:34 +0100
committerJakub Zelenka <bukka@php.net>2016-09-13 18:15:34 +0100
commit05baa927277c820de4deee0991c24c7f4c545105 (patch)
treea0c9ca3f1b7b2da404197502ae60516c68f7b03b /NEWS
parentc43ecfd79886ae288ddf7b70b07d4013c5eb1cbd (diff)
downloadphp-git-05baa927277c820de4deee0991c24c7f4c545105.tar.gz
Fix bug #73072 (Invalid path SNI_server_certs causes segfault)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e7b8becb2c..b7f466dc2e 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,10 @@ PHP NEWS
. Fixed bug #72590 (Opcache restart with kill_all_lockers does not work).
(Keyur) (julien backport)
+- OpenSSL:
+ . Fixed bug #73072 (Invalid path SNI_server_certs causes segfault).
+ (Jakub Zelenka)
+
- Session:
. Fixed bug #68015 (Session does not report invalid uid for files save handler).
(Yasuo)