Skip to content

Commit 4c372ec

Browse files
committed
[ci skip] Order NEWS sections alphabetically
1 parent 4407f40 commit 4c372ec

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

NEWS

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ PHP NEWS
66
. Added pdeathsig to builtin server to terminate workers when the master
77
process is killed. (ilutov)
88

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-
179
- Core:
1810
. Fixed bug GH-9388 (Improve unset property and __get type incompatibility
1911
error message). (ilutov)
@@ -32,6 +24,14 @@ PHP NEWS
3224
. The status.listen shared pool now uses the same php_values (including
3325
expose_php) and php_admin_value as the pool it is shared with. (dwxh)
3426

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+
3535
- JSON:
3636
. Implemented RFC: json_validate()
3737
https://wiki.php.net/rfc/json_validate (Juan Morales)
@@ -50,6 +50,10 @@ PHP NEWS
5050
- Posix:
5151
. Added posix_sysconf. (David Carlier)
5252

53+
- Reflection:
54+
. Fix GH-9470 (ReflectionMethod constructor should not find private parent
55+
method). (ilutov)
56+
5357
- Sockets:
5458
. Added SO_ATTACH_REUSEPORT_CBPF socket option, to give tighter control
5559
over socket binding for a cpu core. (David Carlier)
@@ -60,8 +64,4 @@ PHP NEWS
6064
. Fixed bug #51056: blocking fread() will block even if data is available.
6165
(Jakub Zelenka)
6266

63-
- Reflection:
64-
. Fix GH-9470 (ReflectionMethod constructor should not find private parent
65-
method). (ilutov)
66-
6767
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>

0 commit comments

Comments
 (0)