Skip to content

Commit 7096eff

Browse files
committed
Fix NEWS entry for GH-13315.
Close GH-13325
1 parent bc30ae4 commit 7096eff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? ????, PHP 8.2.17
44

5-
- Core:
6-
. Fixed array key as string (case insensitive) comparison typo
7-
for the second operand buffer size. (A. Slepykh)
8-
95
- Curl:
106
. Fix failing tests due to string changes in libcurl 8.6.0. (Ayesh)
117

128
- FPM:
139
. Fixed bug #75712 (getenv in php-fpm should not read $_ENV, $_SERVER).
1410
(Jakub Zelenka)
1511

12+
- Standard:
13+
. Fixed array key as hash to string (case insensitive) comparison typo
14+
for the second operand buffer size (albeit unused for now). (A. Slepykh)
15+
1616
15 Feb 2024, PHP 8.2.16
1717

1818
- Core:

0 commit comments

Comments
 (0)