]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorkrakjoe <krakjoe@php.net>
Wed, 22 Nov 2017 04:30:59 +0000 (04:30 +0000)
committerkrakjoe <krakjoe@php.net>
Wed, 22 Nov 2017 04:30:59 +0000 (04:30 +0000)
* PHP-7.0:
  Fix bug #75409

1  2 
NEWS

diff --cc NEWS
index a9e2463af175e190a7c9e92d37f7c6b814c426fb,fd54b0376c09bf434ce5a856845a844e670687fa..127da106dde57ac0ddb3f1cfa1536ef904612f57
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -17,11 -15,10 +17,13 @@@ PH
      (Andrew Nester)
  
  - Standard:
 +  . Fixed bug #75511 (fread not free unused buffer). (Laruence)
 +  . Fixed bug #75514 (mt_rand returns value outside [$min,$max]+ on 32-bit)
 +    (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)