]> granicus.if.org Git - php/commitdiff
Update NEWS [ci skip]
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 16 Jul 2019 11:44:13 +0000 (13:44 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 16 Jul 2019 11:44:13 +0000 (13:44 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 1cad487cb55bc94dbabbd9c3f462ff44232a4655..dd12d6d9e4e6dd42f722f59da583cfcd63d67b1b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? ????, PHP 7.3.9
 
-- Phpdbg:
-  . Fixed bug #78297 (Include unexistent file memory leak). (Nikita)
-
-?? ??? ????, PHP 7.3.8
+01 Aug 2019, PHP 7.3.8
 
 - Core:
   . Added syslog.filter=raw option. (Erik Lundin)
@@ -48,6 +46,9 @@ PHP                                                                        NEWS
   . Fixed bug #78192 (SegFault when reuse statement after schema has changed).
     (Vincent Quatrevieux)
 
+- Phpdbg:
+  . Fixed bug #78297 (Include unexistent file memory leak). (Nikita)
+
 - SQLite:
   . Upgraded to SQLite 3.28.0. (cmb)