summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2018-05-18 17:18:25 +0100
committerJakub Zelenka <bukka@php.net>2018-05-18 17:18:25 +0100
commit33382dc7eef4714d6dc5fd2ed6db97bdba999e54 (patch)
treedab1451d395e2a640ebb9f8a075af955e6d572b6
parent798e707eb32244e9053e7846a766bfbf88aa8d15 (diff)
downloadphp-git-33382dc7eef4714d6dc5fd2ed6db97bdba999e54.tar.gz
Update NEWS with info about bug #76296
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ea44390434..bbf2231156 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ PHP NEWS
. Fixed bug #76333 (PHP built-in server does not find files if root path
contains special characters). (Anatol)
+- OpenSSL:
+ . Fixed bug #76296 (openssl_pkey_get_public does not respect open_basedir).
+ (Erik Lax, Jakub Zelenka)
+
- Standard:
. Fixed bug #76335 ("link(): Bad file descriptor" with non-ASCII path).
(Anatol)