Skip to content

Commit f4c9f8b

Browse files
committed
[ci skip] Fix NEWS
We add the missing release dates, the NEWS regarding the latest CVE fixes, and move the entry for bug #79536 to 7.4.7 because it didn't make it into 7.4.6.
1 parent bfcee2c commit f4c9f8b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

NEWS

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ PHP NEWS
33
?? ??? ????, PHP 7.4.7
44

55
- Core:
6+
. Fixed bug #79536 (zend_clear_exception prevent exception's destructor to be
7+
called). (Laruence)
68
. Fixed bug #79566 (Private SHM is not private on Windows). (cmb)
79
. Fixed bug #79489 (.user.ini does not inherit). (cmb)
810

@@ -19,15 +21,17 @@ PHP NEWS
1921
- Standard:
2022
. Fixed bug #79561 (dns_get_record() fails with DNS_ALL). (cmb)
2123

22-
?? ??? ????, PHP 7.4.6
24+
14 May 2020, PHP 7.4.6
2325

2426
- Core:
25-
. Fixed bug #79536 (zend_clear_exception prevent exception's destructor to be
26-
called). (Laruence)
2727
. Fixed bug #78434 (Generator yields no items after valid() call). (Nikita)
2828
. Fixed bug #79477 (casting object into array creates references). (Nikita)
2929
. Fixed bug #79514 (Memory leaks while including unexistent file). (cmb,
3030
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)
3135

3236
- DOM:
3337
. Fixed bug #78221 (DOMNode::normalize() doesn't remove empty text nodes).
@@ -65,7 +69,7 @@ PHP NEWS
6569
. Fixed bug #79447 (Serializing uninitialized typed properties with __sleep
6670
should not throw). (nicolas-grekas)
6771

68-
?? ??? ????, PHP 7.4.5
72+
16 Apr 2020, PHP 7.4.5
6973

7074
- Core:
7175
. Fixed bug #79364 (When copy empty array, next key is unspecified). (cmb)

0 commit comments

Comments
 (0)