File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ PHP NEWS
2222 Christian Schneider)
2323 . Fixed bug GH-9447 (Invalid class FQN emitted by AST dump for new and class
2424 constants in constant expressions). (ilutov)
25+ . Fixed bug #81727: Don't mangle HTTP variable names that clash with ones
26+ that have a specific semantic meaning. (CVE-2022-31629). (Derick)
2527
2628- DOM:
2729 . Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double free).
@@ -48,6 +50,10 @@ PHP NEWS
4850 . Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed).
4951 (Yurunsoft)
5052
53+ - Phar:
54+ . Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
55+ (CVE-2022-31628). (cmb)
56+
5157- Reflection:
5258 . Fixed bug GH-8932 (ReflectionFunction provides no way to get the called
5359 class of a Closure). (cmb, Nicolas Grekas)
You can’t perform that action at this time.
0 commit comments