]> granicus.if.org Git - php/commitdiff
[ci skip] fix NEWS
authorRemi Collet <remi@php.net>
Mon, 7 Jan 2019 10:12:13 +0000 (11:12 +0100)
committerRemi Collet <remi@php.net>
Mon, 7 Jan 2019 10:12:13 +0000 (11:12 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 4bf195827af27408181c32c51f1244c0cc1c8180..3508a22f2848fd61299eef5ba383d0f32c70f07b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2019, PHP 7.2.15
 
+- Core:
+  . Fixed bug #77339 (__callStatic may get incorrect arguments). (Dmitry)
+
 - GD:
   . Fixed bug #77391 (1bpp BMPs may fail to be loaded). (Romain Déoux, cmb)
 
@@ -28,7 +31,6 @@ PHP                                                                        NEWS
     (Valentin V. Bartenev)
   . Fixed bug #76046 (PHP generates "FE_FREE" opcode on the wrong line).
     (Nikita)
-  . Fixed bug #77339 (__callStatic may get incorrect arguments). (Dmitry)
 
 - COM:
   . Fixed bug #77177 (Serializing or unserializing COM objects crashes). (cmb)