From: Christoph M. Becker Date: Mon, 1 Feb 2021 11:59:22 +0000 (+0100) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=766d5846b1674817fdc9b2dc2d28aff13a43bcf3;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #80654: file_get_contents() maxlen fails above (2**31)-1 bytes --- 766d5846b1674817fdc9b2dc2d28aff13a43bcf3 diff --cc NEWS index 9745ec105f,9ca7f5624b..acf2442988 --- a/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) + - Standard: + . Fixed bug #80654 (file_get_contents() maxlen fails above (2**31)-1 bytes). + (cmb) + -- Zip: - . Fixed bug #80648 (Fix for bug 79296 should be based on runtime version). - (cmb, Remi) - -21 Jan 2021, PHP 7.4.15 +21 Jan 2021, PHP 8.0.2 - Core: . Fixed bug #80523 (bogus parse error on >4GB source code). (Nikita)