]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorChristoph M. Becker <cmbecker69@gmx.de>
Sat, 21 Sep 2019 14:16:09 +0000 (16:16 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sat, 21 Sep 2019 14:16:52 +0000 (16:16 +0200)
* PHP-7.2:
  Fix #78579: mb_decode_numericentity: args number inconsistency

1  2 
NEWS
ext/mbstring/mbstring.c

diff --cc NEWS
index 69bc3b41dde83df83d0f17013e48d890b52050d2,5375faab44003c93a90577efd979ed7507c576f8..3571e8f5829b4e8835a588a817864b11e2cfbf0e
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -10,14 -10,10 +10,18 @@@ PH
    . Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7)
        (Kalle)
  
+ - MBString:
+   . Fixed bug #78579 (mb_decode_numericentity: args number inconsistency).
+     (cmb)
 +- Mysqlnd:
 +  . Fixed bug #78525 (Memory leak in pdo when reusing native prepared
 +    statements). (Nikita)
 +
 +- PCRE:
 +  . Fixed bug #78272 (calling preg_match() before pcntl_fork() will freeze
 +    child process). (Nikita)
 +
  - Standard:
    . Fixed bug #76342 (file_get_contents waits twice specified timeout).
      (Thomas Calvet)
Simple merge