1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Sec fix NEWS entries

This commit is contained in:
Sara Golemon
2022-09-28 15:25:08 +00:00
parent c332950a86
commit 8257e596cf

6
NEWS
View File

@@ -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)
@@ -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).
@@ -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)