Author: Gabriel Caruso (carusogabriel) Date: 2021-08-26T13:01:24+02:00 Commit: https://github.com/php/web-php/commit/90e935cac44c1c287dc32335eb28f6f82ceb9c4e Raw diff: https://github.com/php/web-php/commit/90e935cac44c1c287dc32335eb28f6f82ceb9c4e.diff
Fix PHP 8.0.10 changelog Changed paths: M ChangeLog-8.php Diff: diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 968af0263..dacef1915 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -46,8 +46,8 @@ <li><?php bugfix(81249); ?> (Intermittent property assignment failure with JIT enabled).</li> <li><?php bugfix(81206); ?> (Multiple PHP processes crash with JIT enabled).</li> <li><?php bugfix(81272); ?> (Segfault in var[] after array_slice with JIT).</li> - <li>Fixed Bug #81255 (Memory leak in PHPUnit with functional JIT).</li> - <li>Fixed Bug #80959 (infinite loop in building cfg during JIT compilation) (Nikita, Dmitry)</li> + <li><?php bugfix(81255); ?> (Memory leak in PHPUnit with functional JIT).</li> + <li><?php bugfix(80959); ?> (Infinite loop in building cfg during JIT compilation) (Nikita, Dmitry)</li> <li><?php bugfix(81226); ?> (Integer overflow behavior is different with JIT enabled).</li> </ul></li> <li>OpenSSL: -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
