]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 29 Oct 2020 11:00:07 +0000 (12:00 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 29 Oct 2020 11:00:57 +0000 (12:00 +0100)
* PHP-7.3:
  Fix #44618: Fetching may rely on uninitialized data

1  2 
NEWS
ext/odbc/php_odbc.c

diff --cc NEWS
index d2d4047d1178c664f2854a37f67a393b8cca9db2,72b47f29943ed81a2a07ffb31b139f683adbe1cc..8c1bae31811bf080944369276f3c2ccafefcbff8
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -26,36 -22,14 +26,39 @@@ PH
    . Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
      (cmb)
  
 -29 Oct 2020, PHP 7.3.24
+ - ODBC:
+   . Fixed bug #44618 (Fetching may rely on uninitialized data). (cmb)
 +- Opcache:
 +  . Fixed bug #79643 (PHP with Opcache crashes when a file with specific name
 +    is included). (twosee)
 +  . Fixed run-time binding of preloaded dynamically declared function. (Dmitry)
 +
 +- OpenSSL:
 +  . Fixed bug #79983 (openssl_encrypt / openssl_decrypt fail with OCB mode).
 +    (Nikita)
 +
 +- MySQLi:
 +  . Fixed bug #79375 (mysqli_store_result does not report error from lock wait
 +    timeout). (Kamil Tekiela, Nikita)
 +  . Fixed bug #76525 (mysqli::commit does not throw if MYSQLI_REPORT_ERROR
 +    enabled and mysqlnd used). (Kamil Tekiela)
 +
 +- PDO MySQL:
 +  . Fixed bug #66528 (No PDOException or errorCode if database becomes
 +    unavailable before PDO::commit). (Nikita)
 +  . Fixed bug #65825 (PDOStatement::fetch() does not throw exception on broken
 +    server connection). (Nikita)
 +
 +29 Oct 2020, PHP 7.4.12
  
  - Core:
 +  . Fixed bug #80061 (Copying large files may have suboptimal performance).
 +    (cmb)
    . Fixed bug #79423 (copy command is limited to size of file it can copy).
      (cmb)
 +  . Fixed bug #80126 (Covariant return types failing compilation). (Nikita)
 +  . Fixed bug #80186 (Segfault when iterating over FFI object). (Nikita)
  
  - Calendar:
    . Fixed bug #80185 (jdtounix() fails after 2037). (cmb)
Simple merge