Skip to content

Commit

Permalink
Sec fix NEWS entries
Browse files Browse the repository at this point in the history
  • Loading branch information
sgolemon committed Sep 28, 2022
1 parent c332950 commit 8257e59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15 Sep 2022, PHP 8.0.24RC1
29 Sep 2022, PHP 8.0.24

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

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

- Phar:
. Fix #81726 (DOS when using quine gzip file). (cmb)

- PDO_PGSQL:
. Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed).
(Yurunsoft)
Expand Down

0 comments on commit 8257e59

Please sign in to comment.