Skip to content

Commit 75546bd

Browse files
Standardize: Fixed Bug -> Fixed bug
1 parent 7f7f915 commit 75546bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PHP NEWS
2424
. Fixed bug #81380 (Observer may not be initialized properly). (krakjoe)
2525
. Fixed bug #81514 (Using Enum as key in WeakMap triggers GC + SegFault).
2626
(Nikita)
27-
. Fixed Bug #81520 (TEST_PHP_CGI_EXECUTABLE badly set in run-tests.php).
27+
. Fixed bug #81520 (TEST_PHP_CGI_EXECUTABLE badly set in run-tests.php).
2828
(Remi)
2929
. Fixed bug #81377 (unset() of $GLOBALS sub-key yields warning). (Nikita)
3030
. Fixed bug #81342 (New ampersand token parsing depends on new line after it).
@@ -187,8 +187,8 @@ PHP NEWS
187187
- Opcache:
188188
. Fixed bug #81409 (Incorrect JIT code for ADD with a reference to array).
189189
(Dmitry)
190-
. Fixed Bug #81255 (Memory leak in PHPUnit with functional JIT).
191-
. Fixed Bug #80959 (infinite loop in building cfg during JIT compilation).
190+
. Fixed bug #81255 (Memory leak in PHPUnit with functional JIT).
191+
. Fixed bug #80959 (infinite loop in building cfg during JIT compilation).
192192
(Nikita, Dmitry)
193193
. Fixed bug #81225 (Wrong result with pow operator with JIT enabled).
194194
(Dmitry)

0 commit comments

Comments
 (0)