]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.4' into PHP-8.0
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 23 Dec 2020 12:52:24 +0000 (13:52 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 23 Dec 2020 12:52:45 +0000 (13:52 +0100)
* PHP-7.4:
  Fix #80384: limit read buffer size

1  2 
NEWS
main/streams/streams.c

diff --cc NEWS
index 30d7463c2ac1992752d3fe70e5cf82260cbe0430,03610ab9c50041d6cd9988fcb3d6834c9e1cff3b..1f04b5419784deaea1734efbf6652453deb99e4e
--- 1/NEWS
--- 2/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
Simple merge