File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ PHP NEWS
11
11
. Fixed bug GH-10437 (Segfault/assertion when using fibers in shutdown
12
12
function after bailout). (trowski)
13
13
. Fixed SSA object type update for compound assignment opcodes. (nielsdos)
14
+ . Fixed language scanner generation build. (Daniel Black)
14
15
15
16
- Curl:
16
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)
31
32
. Fixed bug GH-10385 (FPM successful config test early exit). (nielsdos)
32
33
34
+ - JSON:
35
+ . Fixed JSON scanner and parser generation build.
36
+ (Daniel Black, Jakub Zelenka)
37
+
33
38
- Opcache:
34
39
. Fix incorrect page_size check. (nielsdos)
35
40
You can’t perform that action at this time.
0 commit comments