Skip to content

Commit 90e935c

Browse files
committed
Fix PHP 8.0.10 changelog
1 parent 98711a0 commit 90e935c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ChangeLog-8.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
<li><?php bugfix(81249); ?> (Intermittent property assignment failure with JIT enabled).</li>
4747
<li><?php bugfix(81206); ?> (Multiple PHP processes crash with JIT enabled).</li>
4848
<li><?php bugfix(81272); ?> (Segfault in var[] after array_slice with JIT).</li>
49-
<li>Fixed Bug #81255 (Memory leak in PHPUnit with functional JIT).</li>
50-
<li>Fixed Bug #80959 (infinite loop in building cfg during JIT compilation) (Nikita, Dmitry)</li>
49+
<li><?php bugfix(81255); ?> (Memory leak in PHPUnit with functional JIT).</li>
50+
<li><?php bugfix(80959); ?> (Infinite loop in building cfg during JIT compilation) (Nikita, Dmitry)</li>
5151
<li><?php bugfix(81226); ?> (Integer overflow behavior is different with JIT enabled).</li>
5252
</ul></li>
5353
<li>OpenSSL:

0 commit comments

Comments
 (0)