File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- 07 Oct 2021 , PHP 7.4.25RC1
3
+ ?? ??? ???? , PHP 7.4.25
4
4
5
5
- DOM:
6
6
. Fixed bug #81433 (DOMElement::setIdAttribute() called twice may remove ID).
@@ -17,6 +17,10 @@ PHP NEWS
17
17
. Fixed bug #61700 (FILTER_FLAG_IPV6/FILTER_FLAG_NO_PRIV|RES_RANGE failing).
18
18
(cmb, Nikita)
19
19
20
+ - FPM:
21
+ . Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege
22
+ escalation) (CVE-2021-21703). (Jakub Zelenka)
23
+
20
24
- SPL:
21
25
. Fixed bug #80663 (Recursive SplFixedArray::setSize() may cause double-free).
22
26
(cmb, Nikita, Tyson Andre)
@@ -41,7 +45,7 @@ PHP NEWS
41
45
(cmb)
42
46
. Fixed bug #73122 (Integer Overflow when concatenating strings). (cmb)
43
47
44
- -GD:
48
+ - GD:
45
49
. Fixed bug #53580 (During resize gdImageCopyResampled cause colors change).
46
50
(cmb)
47
51
You can’t perform that action at this time.
0 commit comments