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

1  2 
NEWS
ext/odbc/php_odbc.c

diff --cc NEWS
index fa8c96af8578e7e366646a751288f533d4dfbfe3,8c1bae31811bf080944369276f3c2ccafefcbff8..23c9ff8638f24f0fd74d5dfafa74ac6408ddfd32
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,23 -1,8 +1,26 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2020, PHP 7.4.13
 +?? ??? ????, PHP 8.0.0RC4
 +
 +- FFI:
 +  . Fixed bug #79177 (FFI doesn't handle well PHP exceptions within callback).
 +    (cmb, Dmitry, Nikita)
 +
++- ODBC:
++  . Fixed bug #44618 (Fetching may rely on uninitialized data). (cmb)
++
 +- Opcache:
 +  . Fixed run-time binding of preloaded dynamically declared function. (Dmitry)
 +
 +- Standard:
 +  . Don't force rebuild of symbol table, when populating $http_response_header
 +    variable by the HTTP stream wrapper. (Dmitry)
 +
 +29 Oct 2020, PHP 8.0.0RC3
  
  - Core:
 +  . Fixed bug #8055 (Abstract trait methods returning "self" cannot be
 +    fulfilled by traits). (Nikita)
    . Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date).
      (cmb)
    . Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors).
Simple merge