File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,6 @@ PHP NEWS
29
29
. Fixed bug #79257 (Duplicate named groups (?J) prefer last alternative even
30
30
if not matched). (Nikita)
31
31
32
- - Phar:
33
- . Fixed bug #79082 (Files added to tar with Phar::buildFromIterator have
34
- all-access permissions). (CVE-2020-7063) (stas)
35
- . Fixed bug #79171 (heap-buffer-overflow in phar_extract_file).
36
- (CVE- 2020-7061) (cmb)
37
-
38
- - Session:
39
- . Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload Progress).
40
- (CVE-2020-7062) (stas)
41
-
42
32
- Standard:
43
33
. Fixed bug #79254 (getenv() w/o arguments not showing changes). (cmb)
44
34
@@ -97,12 +87,20 @@ PHP NEWS
97
87
. Fixed bug #79145 (openssl memory leak). (cmb, Nikita)
98
88
99
89
- Phar:
90
+ . Fixed bug #79082 (Files added to tar with Phar::buildFromIterator have
91
+ all-access permissions). (CVE-2020-7063) (stas)
92
+ . Fixed bug #79171 (heap-buffer-overflow in phar_extract_file).
93
+ (CVE- 2020-7061) (cmb)
100
94
. Fixed bug #76584 (PharFileInfo::decompress not working). (cmb)
101
95
102
96
- Reflection:
103
97
. Fixed bug #79115 (ReflectionClass::isCloneable call reflected class
104
98
__destruct). (Nikita)
105
99
100
+ - Session:
101
+ . Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload Progress).
102
+ (CVE-2020-7062) (stas)
103
+
106
104
- Standard:
107
105
. Fixed bug #78902 (Memory leak when using stream_filter_append). (liudaixiao)
108
106
. 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