File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- 15 Sep 2022, PHP 8.0.24RC1
3
+ 29 Sep 2022, PHP 8.0.24
4
4
5
5
- Core:
6
6
. Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function)
9
9
Christian Schneider)
10
10
. Fixed bug GH-9407 (LSP error in eval'd code refers to wrong class for static
11
11
type). (ilutov)
12
+ . Fix #81727 (Don't mangle semantically meaningful HTTP var names). (derick)
12
13
13
14
- DOM:
14
15
. Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double free).
@@ -28,6 +29,9 @@ PHP NEWS
28
29
. Fixed bug GH-9421 (Incorrect argument number for ValueError in NumberFormatter).
29
30
(Girgias)
30
31
32
+ - Phar:
33
+ . Fix #81726 (DOS when using quine gzip file). (cmb)
34
+
31
35
- PDO_PGSQL:
32
36
. Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed).
33
37
(Yurunsoft)
You can’t perform that action at this time.
0 commit comments