From: Xinchen Hui Date: Tue, 30 Jun 2020 06:21:33 +0000 (+0800) Subject: Move to alpha2 section X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3af3557557e16e533b1b929336a295bbdb36ea6;p=php Move to alpha2 section --- diff --git a/NEWS b/NEWS index 84e904da44..1d3afa4181 100644 --- 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)