]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.4' into PHP-8.0
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 24 Nov 2020 12:10:18 +0000 (13:10 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 24 Nov 2020 12:10:35 +0000 (13:10 +0100)
* PHP-7.4:
  Fix #80366: Return Value of zend_fstat() not Checked

1  2 
NEWS
ext/standard/iptc.c

diff --cc NEWS
index a8b4bf3657d49cd4461911ea4533c8445fc9a1f3,5661ce119d3a50ee6521829645aee564457f52eb..dedf314ed194e195cbc4e823bd32555fd562126f
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -6,12 -6,14 +6,15 @@@ PH
    . Fixed bug #80345 (PHPIZE configuration has outdated PHP_RELEASE_VERSION).
      (cmb)
    . Fixed bug #72964 (White space not unfolded for CC/Bcc headers). (cmb)
 -  . Fixed bug #80362 (Running dtrace scripts can cause php to crash).
 -    (al at coralnet dot name)
 +  . Fixed bug #80391 (Iterable not covariant to mixed). (Nikita)
 +
 +- Opcache:
 +  . Fixed bug #80404 (Incorrect range inference result when division results
 +    in float). (Nikita)
  
+ - Standard:
+   . Fixed bug #80366 (Return Value of zend_fstat() not Checked). (sagpant, cmb)
  - Tidy:
    . Fixed bug #77594 (ob_tidyhandler is never reset). (cmb)
  
Simple merge