]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 16 Jul 2019 09:10:02 +0000 (11:10 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 16 Jul 2019 09:10:51 +0000 (11:10 +0200)
1  2 
NEWS

diff --cc NEWS
index b894cc5b623e8fb904c214274823fcfc069ab651,daeb3b68664001142b2d3691f28fa57dea060f3c..1cad487cb55bc94dbabbd9c3f462ff44232a4655
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,10 -1,29 +1,14 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2019, PHP 7.2.22
+ - Phpdbg:
+   . Fixed bug #78297 (Include unexistent file memory leak). (Nikita)
 -01 Aug 2019, PHP 7.2.21
 +?? ??? ????, PHP 7.3.8
  
 -- 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)
 -
 -- 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)