We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6d06e commit c3af355Copy full SHA for c3af355
NEWS
@@ -5,6 +5,10 @@ PHP NEWS
5
- FFI:
6
. Fixed bug #79749 (Converting FFI instances to bool fails). (cmb)
7
8
+- JIT:
9
+ . Fixed bug #79743 (Fatal error when assigning to array property
10
+ with JIT enabled). (Laruence)
11
+
12
25 Jun 2020, PHP 8.0.0alpha1
13
14
- Core:
@@ -77,8 +81,6 @@ PHP NEWS
77
81
. Removed deprecated INTL_IDNA_VARIANT_2003. (cmb)
78
82
79
83
- JIT:
80
- . Fixed bug #79743 (Fatal error when assigning to array property
- with JIT enabled). (Laruence)
84
. Fixed bug #79582 (Crash seen when opcache.jit=1235 and
85
opcache.jit_debug=2). (Laruence)
86
. Fixed bug #77857 (Wrong result if executed with JIT). (Laruence)
0 commit comments