Skip to content

Commit 8257e59

Browse files
committed
Sec fix NEWS entries
1 parent c332950 commit 8257e59

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

NEWS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
15 Sep 2022, PHP 8.0.24RC1
3+
29 Sep 2022, PHP 8.0.24
44

55
- Core:
66
. Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function)
@@ -9,6 +9,7 @@ PHP NEWS
99
Christian Schneider)
1010
. Fixed bug GH-9407 (LSP error in eval'd code refers to wrong class for static
1111
type). (ilutov)
12+
. Fix #81727 (Don't mangle semantically meaningful HTTP var names). (derick)
1213

1314
- DOM:
1415
. Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double free).
@@ -28,6 +29,9 @@ PHP NEWS
2829
. Fixed bug GH-9421 (Incorrect argument number for ValueError in NumberFormatter).
2930
(Girgias)
3031

32+
- Phar:
33+
. Fix #81726 (DOS when using quine gzip file). (cmb)
34+
3135
- PDO_PGSQL:
3236
. Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed).
3337
(Yurunsoft)

0 commit comments

Comments
 (0)