1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00

Update NEWS with info about bug #76296

This commit is contained in:
Jakub Zelenka
2018-05-18 17:18:25 +01:00
parent 798e707eb3
commit 33382dc7ee

4
NEWS
View File

@@ -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)