Skip to content

Commit 8db8d66

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix NEWS [ci skip]
2 parents 583e7ba + 16c7c71 commit 8db8d66

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

NEWS

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ PHP NEWS
2929
. Fixed bug #79257 (Duplicate named groups (?J) prefer last alternative even
3030
if not matched). (Nikita)
3131

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-
4232
- Standard:
4333
. Fixed bug #79254 (getenv() w/o arguments not showing changes). (cmb)
4434

@@ -97,12 +87,20 @@ PHP NEWS
9787
. Fixed bug #79145 (openssl memory leak). (cmb, Nikita)
9888

9989
- 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)
10094
. Fixed bug #76584 (PharFileInfo::decompress not working). (cmb)
10195

10296
- Reflection:
10397
. Fixed bug #79115 (ReflectionClass::isCloneable call reflected class
10498
__destruct). (Nikita)
10599

100+
- Session:
101+
. Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload Progress).
102+
(CVE-2020-7062) (stas)
103+
106104
- Standard:
107105
. Fixed bug #78902 (Memory leak when using stream_filter_append). (liudaixiao)
108106
. Fixed bug #78969 (PASSWORD_DEFAULT should match PASSWORD_BCRYPT instead of being null). (kocsismate)

0 commit comments

Comments
 (0)