From: Christoph M. Becker Date: Wed, 23 Dec 2020 12:52:24 +0000 (+0100) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d9ddd61ecc2c99be8709cfa6b51e716343ad5da;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #80384: limit read buffer size --- 7d9ddd61ecc2c99be8709cfa6b51e716343ad5da diff --cc NEWS index 30d7463c2a,03610ab9c5..1f04b54197 --- a/NEWS +++ b/NEWS @@@ -4,13 -4,11 +4,15 @@@ PH - Core: . Fixed bug #80523 (bogus parse error on >4GB source code). (Nikita) + . Fixed bug #80384 (filter buffers entire read until file closed). (Adam + Seitz, cmb) - Date: - . Fixed bug #80376 (last day of the month causes runway cpu usage. (Derick) + . Fixed bug #80376 (last day of the month causes runway cpu usage). (Derick) + +- DOM: + . Fixed bug #80537 (Wrong parameter type in DOMElement::removeAttributeNode + stub). (Nikita) - MySQLi: . Fixed bug #67983 (mysqlnd with MYSQLI_OPT_INT_AND_FLOAT_NATIVE fails to