]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.4' into PHP-8.0
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 1 Feb 2021 11:59:22 +0000 (12:59 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 1 Feb 2021 12:00:22 +0000 (13:00 +0100)
* PHP-7.4:
  Fix #80654: file_get_contents() maxlen fails above (2**31)-1 bytes

1  2 
NEWS
ext/standard/file.c
ext/standard/streamsfuncs.c

diff --cc NEWS
index 9745ec105f976e876db73400c84175877b10cad1,9ca7f5624b021ea664f344e91a408642d543bfed..acf24429884ab45a07f8951e4d67aa16d1a28b2f
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,23 -1,24 +1,26 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2021, PHP 7.4.16
 +?? ??? 2021, PHP 8.0.3
  
 -- OPcache:
 +- Gettext:
 +  . Fixed bug #53251 (bindtextdomain with null dir doesn't return old value).
 +    (cmb)
 +
 +- Opcache:
 +  . Fixed bug #80634 (write_property handler of internal classes is skipped on
 +    preloaded JITted code). (Dmitry)
    . Fixed bug #80682 (opcache doesn't honour pcre.jit option). (Remi)
  
  - Phar:
    . Fixed bug #75850 (Unclear error message wrt. __halt_compiler() w/o
      semicolon) (cmb)
    . Fixed bug #70091 (Phar does not mark UTF-8 filenames in ZIP archives). (cmb)
  
 -- Zip:
 -  . Fixed bug #80648 (Fix for bug 79296 should be based on runtime version).
 -    (cmb, Remi)
 -
 -21 Jan 2021, PHP 7.4.15
+ - Standard:
+   . Fixed bug #80654 (file_get_contents() maxlen fails above (2**31)-1 bytes).
+     (cmb)
 +21 Jan 2021, PHP 8.0.2
  
  - Core:
    . Fixed bug #80523 (bogus parse error on >4GB source code). (Nikita)
Simple merge
Simple merge