]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.4' into PHP-8.0
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 15 Mar 2021 13:38:22 +0000 (14:38 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 15 Mar 2021 13:38:49 +0000 (14:38 +0100)
* PHP-7.4:
  Fix bug #80837

1  2 
NEWS
ext/mysqlnd/mysqlnd_ps.c

diff --cc NEWS
index 64bc45c8e185b78be9c839aa71ad326a8d481518,64b29572afe0465bd6681a40a8731d37fa711048..ef515b3c133029641645191cc92ed0be6ea927fa
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -20,9 -14,17 +20,13 @@@ PH
  - Libxml:
    . Fixed bug #51903 (simplexml_load_file() doesn't use HTTP headers). (cmb)
  
 -  . Fixed bug #80713 (SegFault when disabling ATTR_EMULATE_PREPARES and
 -    MySQL 8.0). (Nikita)
+ - MySQLnd:
 -- opcache:
 -  . Fixed bug #80805 (create simple class and get error in opcache.so). (Nikita)
 -
 -- phpdbg:
 -  . Fixed bug #80757 (Exit code is 0 when could not open file). (Felipe)
+   . Fixed bug #80837 (Calling stmt_store_result after fetch doesn't throw an
+     error). (Kamil Tekiela)
 +- Opcache:
 +  . Fixed bug #80786 (PHP crash using JIT). (Nikita)
 +  . Fixed bug #80782 (DASM_S_RANGE_VREG on PHP_INT_MIN-1). (Dmitry)
  
  - Session:
    . Fixed bug #80774 (session_name() problem with backslash). (cmb)
Simple merge