]> granicus.if.org Git - php/commitdiff
Move to alpha2 section
authorXinchen Hui <laruence@gmail.com>
Tue, 30 Jun 2020 06:21:33 +0000 (14:21 +0800)
committerXinchen Hui <laruence@gmail.com>
Tue, 30 Jun 2020 06:21:33 +0000 (14:21 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 84e904da44325a08bf99332753eeaa3bd0691961..1d3afa4181443c71b09ca678d2400e491d4ed5b2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ PHP                                                                        NEWS
 - FFI:
   . Fixed bug #79749 (Converting FFI instances to bool fails). (cmb)
 
+- JIT:
+  . Fixed bug #79743 (Fatal error when assigning to array property
+    with JIT enabled). (Laruence)
+
 25 Jun 2020, PHP 8.0.0alpha1
 
 - Core:
@@ -77,8 +81,6 @@ PHP                                                                        NEWS
   . Removed deprecated INTL_IDNA_VARIANT_2003. (cmb)
 
 - JIT:
-  . Fixed bug #79743 (Fatal error when assigning to array property
-    with JIT enabled). (Laruence)
   . Fixed bug #79582 (Crash seen when opcache.jit=1235 and
     opcache.jit_debug=2). (Laruence)
   . Fixed bug #77857 (Wrong result if executed with JIT). (Laruence)