]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.4' into PHP-8.0
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 18 Mar 2021 14:16:01 +0000 (15:16 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 18 Mar 2021 14:18:53 +0000 (15:18 +0100)
* PHP-7.4:
  Fix #80783: PDO ODBC truncates BLOB records at every 256th byte

1  2 
NEWS
ext/pdo_odbc/odbc_stmt.c

diff --cc NEWS
index 07451ebd004bf004a648a25d4a4780261b47acea,d1001e22a2f0f37fee13ff6653cc5a5f9d272776..1d9924c5410ec639ef149d82b3a263e7cf49e553
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -5,23 -5,16 +5,27 @@@ PH
  - DOM:
    . Fixed bug #66783 (UAF when appending DOMDocument to element). (cmb)
  
 -01 Apr 2021, PHP 7.4.17
 +- FFI:
 +  . Fixed bug #80847 (CData structs with fields of type struct can't be passed
 +    as C function argument). (Nickolas Daniel da Silva, Dmitry)
 +
 +- Opcache:
 +  . Fixed bug #80839 (PHP problem with JIT). (Dmitry)
 +  . Fixed bug #80861 (erronous array key overflow in 2D array with JIT).
 +    (Dmitry)
 +
+ - PDO_ODBC:
+   . Fixed bug #80783 (PDO ODBC truncates BLOB records at every 256th byte).
+     (cmb)
 +01 Apr 2021, PHP 8.0.4
  
  - Core:
 -  . Fixed bug #80781 (Error handler that throws ErrorException infinite loop).
 -    (Nikita)
    . Fixed bug #75776 (Flushing streams with compression filter is broken). (cmb)
 +  . Fixed bug #80811 (Function exec without $output but with $restult_code
 +    parameter crashes). (Nikita)
 +  . Fixed bug #80814 (threaded mod_php won't load on FreeBSD: No space
 +    available for static Thread Local Storage). (Dmitry)
  
  - Dba:
    . Fixed bug #80817 (dba_popen() may cause segfault during RSHUTDOWN). (cmb)
Simple merge