File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- ?? Feb 2020, PHP 7.4.3
4
-
5
- - COM:
6
- . Fixed bug #79247 (Garbage collecting variant objects segfaults). (cmb)
7
-
8
-
9
- 06 Feb 2020, PHP 7.4.3RC1
3
+ 20 Feb 2020, PHP 7.4.3
10
4
11
5
- Core:
12
6
. Fixed bug #79146 (cscript can fail to run on some systems). (clarodeus)
@@ -19,6 +13,9 @@ PHP NEWS
19
13
. Fixed bug #76047 (Use-after-free when accessing already destructed
20
14
backtrace arguments). (Nikita)
21
15
16
+ - COM:
17
+ . Fixed bug #79247 (Garbage collecting variant objects segfaults). (cmb)
18
+
22
19
- CURL:
23
20
. Fixed bug #79078 (Hypothetical use-after-free in curl_multi_add_handle()).
24
21
(cmb)
@@ -61,12 +58,20 @@ PHP NEWS
61
58
. Fixed bug #79145 (openssl memory leak). (cmb, Nikita)
62
59
63
60
- Phar:
61
+ . Fixed bug #79082 (Files added to tar with Phar::buildFromIterator have
62
+ all-access permissions). (CVE-2020-7063) (stas)
63
+ . Fixed bug #79171 (heap-buffer-overflow in phar_extract_file).
64
+ (CVE-2020-7061) (cmb)
64
65
. Fixed bug #76584 (PharFileInfo::decompress not working). (cmb)
65
66
66
67
- Reflection:
67
68
. Fixed bug #79115 (ReflectionClass::isCloneable call reflected class
68
69
__destruct). (Nikita)
69
70
71
+ - Session:
72
+ . Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload Progress).
73
+ (CVE-2020-7062) (stas)
74
+
70
75
- Standard:
71
76
. Fixed bug #78902 (Memory leak when using stream_filter_append). (liudaixiao)
72
77
. Fixed bug #78969 (PASSWORD_DEFAULT should match PASSWORD_BCRYPT instead of being null). (kocsismate)
You can’t perform that action at this time.
0 commit comments