@@ -6,14 +6,6 @@ PHP NEWS
6
6
. Added pdeathsig to builtin server to terminate workers when the master
7
7
process is killed. (ilutov)
8
8
9
- - GD:
10
- . Fixed bug #81739: OOB read due to insufficient input validation in
11
- imageloadfont(). (CVE-2022-31630) (cmb)
12
-
13
- - Hash:
14
- . Fixed bug #81738: buffer overflow in hash_update() on long parameter.
15
- (CVE-2022-37454) (nicky at mouha dot be)
16
-
17
9
- Core:
18
10
. Fixed bug GH-9388 (Improve unset property and __get type incompatibility
19
11
error message). (ilutov)
@@ -32,6 +24,14 @@ PHP NEWS
32
24
. The status.listen shared pool now uses the same php_values (including
33
25
expose_php) and php_admin_value as the pool it is shared with. (dwxh)
34
26
27
+ - GD:
28
+ . Fixed bug #81739: OOB read due to insufficient input validation in
29
+ imageloadfont(). (CVE-2022-31630) (cmb)
30
+
31
+ - Hash:
32
+ . Fixed bug #81738: buffer overflow in hash_update() on long parameter.
33
+ (CVE-2022-37454) (nicky at mouha dot be)
34
+
35
35
- JSON:
36
36
. Implemented RFC: json_validate()
37
37
https://wiki.php.net/rfc/json_validate (Juan Morales)
@@ -50,6 +50,10 @@ PHP NEWS
50
50
- Posix:
51
51
. Added posix_sysconf. (David Carlier)
52
52
53
+ - Reflection:
54
+ . Fix GH-9470 (ReflectionMethod constructor should not find private parent
55
+ method). (ilutov)
56
+
53
57
- Sockets:
54
58
. Added SO_ATTACH_REUSEPORT_CBPF socket option, to give tighter control
55
59
over socket binding for a cpu core. (David Carlier)
@@ -60,8 +64,4 @@ PHP NEWS
60
64
. Fixed bug #51056: blocking fread() will block even if data is available.
61
65
(Jakub Zelenka)
62
66
63
- - Reflection:
64
- . Fix GH-9470 (ReflectionMethod constructor should not find private parent
65
- method). (ilutov)
66
-
67
67
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
0 commit comments