Skip to content

Commit 3fb79c2

Browse files
committed
Prepare NEWS for 7.4.21
1 parent cece92b commit 3fb79c2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

NEWS

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
17 Jun 2021, PHP 7.4.21RC1
3+
?? ??? 2021, PHP 7.4.21
44

55
- Core:
66
. Fixed bug #81068 (Double free in realpath_cache_clean()). (Dimitry Andric)
@@ -9,6 +9,8 @@ PHP NEWS
99
(Nikita)
1010
. Fixed bug #81070 (Integer underflow in memory limit comparison).
1111
(Peter van Dommelen)
12+
. Fixed bug #81122 (SSRF bypass in FILTER_VALIDATE_URL).
13+
(CVE-2021-21705) (cmb)
1214

1315
- Bzip2:
1416
. Fixed bug #81092 (fflush before stream_filter_remove corrupts stream).
@@ -18,6 +20,16 @@ PHP NEWS
1820
. Fixed bug #76694 (native Windows cert verification uses CN as sever name).
1921
(cmb)
2022

23+
- PDO_Firebird:
24+
. Fixed bug #76448 (Stack buffer overflow in firebird_info_cb).
25+
(CVE-2021-21704) (cmb)
26+
. Fixed bug #76449 (SIGSEGV in firebird_handle_doer).
27+
(CVE-2021-21704) (cmb)
28+
. Fixed bug #76450 (SIGSEGV in firebird_stmt_execute).
29+
(CVE-2021-21704) (cmb)
30+
. Fixed bug #76452 (Crash while parsing blob data in firebird_fetch_blob).
31+
(CVE-2021-21704) (cmb)
32+
2133
- Standard:
2234
. Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion").
2335
(cmb)

0 commit comments

Comments
 (0)