]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 22 Apr 2020 13:08:13 +0000 (15:08 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 22 Apr 2020 13:08:50 +0000 (15:08 +0200)
* PHP-7.3:
  Fix #79503: Memory leak on duplicate metadata

1  2 
NEWS
ext/phar/tar.c

diff --cc NEWS
index 7b34c515c03ed929235b5638651c7575ba388e80,1831014f2417e1370a17a2881b67c0b61140d316..b6f8f162b7e39b2718c06cc6370a72881b14dbbc
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -26,13 -22,8 +26,16 @@@ PH
    . Fixed bug #79497 (stream_socket_client() throws an unknown error sometimes
      with <1s timeout). (Joe Cai)
  
- PCRE:
++- PCRE:
 +  . Upgraded to PCRE2 10.34. (cmb)
 +
+ - Phar:
 -  . Fix bug #79503 (Memory leak on duplicate metadata). (cmb)
++  . Fixed bug #79503 (Memory leak on duplicate metadata). (cmb)
++
 +- SPL:
 +  . Fixed bug #69264 (__debugInfo() ignored while extending SPL classes). (cmb)
 +  . Fixed bug #67369 (ArrayObject serialization drops the iterator class).
 +    (Alex Dowad)
  
  - Standard:
    . Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter
diff --cc ext/phar/tar.c
Simple merge