summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkrakjoe <krakjoe@php.net>2017-11-22 04:30:59 +0000
committerkrakjoe <krakjoe@php.net>2017-11-22 04:30:59 +0000
commit5a7459a08202a893eca6fb8dedd7b007c9c8a219 (patch)
treeadc27182dca83fe7a946ad01da10295e7646e44b /NEWS
parent3ad116b7bdfdb6ba485a1f1b5a63b3fd207dd63c (diff)
parent269d1601596341f574ff6c875a826ce2b671f1f0 (diff)
downloadphp-git-5a7459a08202a893eca6fb8dedd7b007c9c8a219.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fix bug #75409
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a9e2463af1..127da106dd 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,8 @@ PHP NEWS
(Remi)
. Fixed bug #75535 (Inappropriately parsing HTTP response leads to PHP
segment fault). (Nikita)
+ . Fixed bug #75409 (accept EFAULT in addition to ENOSYS as indicator
+ that getrandom() is missing). (sarciszewski)
- Zip:
. Fixed bug #75540 (Segfault with libzip 1.3.1). (Remi)