]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 29 Jul 2019 15:34:08 +0000 (17:34 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 29 Jul 2019 15:34:16 +0000 (17:34 +0200)
1  2 
NEWS
main/streams/streams.c

diff --cc NEWS
index dd4cdbc6f07855ce268bd03580740da06efef7f1,d8181a702826bf8514711f395198c08418295c96..76ea3d16bf8ca4a38cb5962ea52b932cad68edfa
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -24,12 -20,28 +24,14 @@@ PH
  - Standard:
    . Fixed bug #69100 (Bus error from stream_copy_to_stream (file -> SSL stream)
      with invalid length). (Nikita)
+   . Fixed bug #78326 (improper memory deallocation on stream_get_contents()
+     with fixed length buffer). (Albert Casademont)
  
 -01 Aug 2019, PHP 7.2.21
 -
 -- Fileinfo:
 -  . Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file).
 -    (Joshua Westerheide)
 -
 -- FTP:
 -  . Fixed bug #77124 (FTP with SSL memory leak). (Nikita)
 -
 -- PDO_Sqlite:
 -  . Fixed bug #78192 (SegFault when reuse statement after schema has changed).
 -    (Vincent Quatrevieux)
 -
 -- SQLite:
 -  . Upgraded to SQLite 3.28.0. (cmb)
 +01 Aug 2019, PHP 7.3.8
  
 -- XMLRPC:
 -  . Fixed bug #78173 (XML-RPC mutates immutable objects during encoding).
 -    (Asher Baker)
 +- Core:
 +  . Added syslog.filter=raw option. (Erik Lundin)
 +  . Fixed bug #78212 (Segfault in built-in webserver). (cmb)
  
  - Date:
    . Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
Simple merge