We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f731fa commit a9e4f51Copy full SHA for a9e4f51
NEWS
@@ -11,6 +11,7 @@ PHP NEWS
11
. Fixed bug GH-10437 (Segfault/assertion when using fibers in shutdown
12
function after bailout). (trowski)
13
. Fixed SSA object type update for compound assignment opcodes. (nielsdos)
14
+ . Fixed language scanner generation build. (Daniel Black)
15
16
- Curl:
17
. Fixed deprecation warning at compile time. (Max Kellermann)
@@ -30,6 +31,10 @@ PHP NEWS
30
31
. Fixed bug GH-10315 (FPM unknown child alert not valid). (Jakub Zelenka)
32
. Fixed bug GH-10385 (FPM successful config test early exit). (nielsdos)
33
34
+- JSON:
35
+ . Fixed JSON scanner and parser generation build.
36
+ (Daniel Black, Jakub Zelenka)
37
+
38
- Opcache:
39
. Fix incorrect page_size check. (nielsdos)
40
0 commit comments