]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.4' into PHP-8.0
authorChristoph M. Becker <cmbecker69@gmx.de>
Fri, 5 Feb 2021 12:11:22 +0000 (13:11 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 5 Feb 2021 12:12:03 +0000 (13:12 +0100)
* PHP-7.4:
  Fix #74779: x() and y() truncating floats to integers

1  2 
NEWS
ext/mysqlnd/mysqlnd_wireprotocol.c

diff --cc NEWS
index cbcc6d8839fbd58ee0252e1e851ae3b5737a7225,c9fd50f4f5ebcec858d3df9877c3abb7844fb666..3cb8d11174764c94a8c06faa32c44fb225317614
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,14 -1,11 +1,17 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2021, PHP 7.4.16
 +?? ??? 2021, PHP 8.0.3
 +
 +- Gettext:
 +  . Fixed bug #53251 (bindtextdomain with null dir doesn't return old value).
 +    (cmb)
  
 -- OPcache:
+ - MySQLi:
+   . Fixed bug #74779 (x() and y() truncating floats to integers). (cmb)
 +- Opcache:
 +  . Fixed bug #80634 (write_property handler of internal classes is skipped on
 +    preloaded JITted code). (Dmitry)
    . Fixed bug #80682 (opcache doesn't honour pcre.jit option). (Remi)
  
  - Phar:
Simple merge