File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 3
3
?? ??? ????, PHP 7.4.7
4
4
5
5
- Core:
6
+ . Fixed bug #79536 (zend_clear_exception prevent exception's destructor to be
7
+ called). (Laruence)
6
8
. Fixed bug #79566 (Private SHM is not private on Windows). (cmb)
7
9
. Fixed bug #79489 (.user.ini does not inherit). (cmb)
8
10
@@ -19,15 +21,17 @@ PHP NEWS
19
21
- Standard:
20
22
. Fixed bug #79561 (dns_get_record() fails with DNS_ALL). (cmb)
21
23
22
- ?? ??? ???? , PHP 7.4.6
24
+ 14 May 2020 , PHP 7.4.6
23
25
24
26
- Core:
25
- . Fixed bug #79536 (zend_clear_exception prevent exception's destructor to be
26
- called). (Laruence)
27
27
. Fixed bug #78434 (Generator yields no items after valid() call). (Nikita)
28
28
. Fixed bug #79477 (casting object into array creates references). (Nikita)
29
29
. Fixed bug #79514 (Memory leaks while including unexistent file). (cmb,
30
30
Nikita)
31
+ . Fixed bug #78875 (Long filenames cause OOM and temp files are not cleaned).
32
+ (CVE-2019-11048) (cmb)
33
+ . Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp
34
+ files are not cleaned). (CVE-2019-11048) (cmb)
31
35
32
36
- DOM:
33
37
. Fixed bug #78221 (DOMNode::normalize() doesn't remove empty text nodes).
@@ -65,7 +69,7 @@ PHP NEWS
65
69
. Fixed bug #79447 (Serializing uninitialized typed properties with __sleep
66
70
should not throw). (nicolas-grekas)
67
71
68
- ?? ??? ???? , PHP 7.4.5
72
+ 16 Apr 2020 , PHP 7.4.5
69
73
70
74
- Core:
71
75
. Fixed bug #79364 (When copy empty array, next key is unspecified). (cmb)
You can’t perform that action at this time.
0 commit comments