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 bc30ae4 commit 7096effCopy full SHA for 7096eff
NEWS
@@ -2,17 +2,17 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? ????, PHP 8.2.17
4
5
-- Core:
6
- . Fixed array key as string (case insensitive) comparison typo
7
- for the second operand buffer size. (A. Slepykh)
8
-
9
- Curl:
10
. Fix failing tests due to string changes in libcurl 8.6.0. (Ayesh)
11
12
- FPM:
13
. Fixed bug #75712 (getenv in php-fpm should not read $_ENV, $_SERVER).
14
(Jakub Zelenka)
15
+- Standard:
+ . Fixed array key as hash to string (case insensitive) comparison typo
+ for the second operand buffer size (albeit unused for now). (A. Slepykh)
+
16
15 Feb 2024, PHP 8.2.16
17
18
- Core:
0 commit comments