We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257f108 commit b0cc5edCopy full SHA for b0cc5ed
NEWS
@@ -15,6 +15,8 @@ PHP NEWS
15
Christian Schneider)
16
. Fixed bug GH-9407 (LSP error in eval'd code refers to wrong class for static
17
type). (ilutov)
18
+ . Fixed bug #81727: Don't mangle HTTP variable names that clash with ones
19
+ that have a specific semantic meaning. (CVE-2022-31629). (Derick)
20
21
- DOM:
22
. Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double free).
@@ -38,6 +40,10 @@ PHP NEWS
38
40
. Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed).
39
41
(Yurunsoft)
42
43
+- Phar:
44
+ . Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
45
+ (CVE-2022-31628). (cmb)
46
+
47
- Reflection:
48
. Fixed bug GH-8932 (ReflectionFunction provides no way to get the called
49
class of a Closure). (cmb, Nicolas Grekas)
0 commit comments