]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 13 Jan 2020 17:48:30 +0000 (18:48 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 13 Jan 2020 17:48:55 +0000 (18:48 +0100)
* PHP-7.3:
  Fix #79106: PDO may fetch wrong column indexes with PDO::FETCH_BOTH

1  2 
NEWS
ext/pdo/pdo_stmt.c
ext/pdo_mysql/tests/bug_61411.phpt
ext/pdo_mysql/tests/pdo_mysql_fetch_both.phpt

diff --cc NEWS
index ba070d30ae7bdc07607c9312c3d430b6bd6cbdf5,bc018826952b091911302eb1b284d18df4c8912b..0ae335681e365461d6861c8c78b145c4f83d7aad
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -10,24 -10,15 +10,28 @@@ PH
    . Fixed bug #79084 (mysqlnd may fetch wrong column indexes with MYSQLI_BOTH).
      (cmb)
  
 -23 Jan 2020, PHP 7.3.14
+ - PDO:
+   . Fixed bug #79106 (PDO may fetch wrong column indexes with PDO::FETCH_BOTH).
+     (cmb)
 +23 Jan 2020, PHP 7.4.2
  
 -- Core
 +- Core:
 +  . Preloading support on Windows has been disabled. (Nikita)
 +  . Fixed bug #79022 (class_exists returns True for classes that are not ready
 +    to be used). (Laruence)
 +  . Fixed bug #78929 (plus signs in cookie values are converted to spaces).
 +    (Alexey Kachalin)
 +  . Fixed bug #78973 (Destructor during CV freeing causes segfault if opline
 +    never saved). (Nikita)
 +  . Fixed bug #78776 (Abstract method implementation from trait does not check
 +    "static"). (Nikita)
    . Fixed bug #78999 (Cycle leak when using function result as temporary).
      (Dmitry)
 +  . Fixed bug #79008 (General performance regression with PHP 7.4 on Windows).
 +    (cmb)
 +  . Fixed bug #79002 (Serializing uninitialized typed properties with __sleep
 +    makes unserialize throw). (Nikita)
  
  - CURL:
    . Fixed bug #79033 (Curl timeout error with specific url and post). (cmb)
Simple merge
Simple merge