File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ PHP NEWS
31
31
(Christoph M. Becker)
32
32
. Fixed POST data processing slowdown due to small input buffer size
33
33
on Windows. (Jorge Oliveira, Anatol)
34
+ . Fixed bug #69646 (OS command injection vulnerability in escapeshellarg).
35
+ (Anatol Belski)
36
+ . Fixed bug #69719 (Incorrect handling of paths with NULs). (Stas)
34
37
35
38
- FTP
36
39
. Improved fix for bug #69545 (Integer overflow in ftp_genlist()
@@ -42,6 +45,13 @@ PHP NEWS
42
45
- Iconv:
43
46
. Fixed bug #48147 (iconv with //IGNORE cuts the string). (Stas)
44
47
48
+ - Litespeed SAPI:
49
+ . Fixed bug #68812 (Unchecked return value). (George Wang)
50
+
51
+ - Mail:
52
+ . Fixed bug #68776 (mail() does not have mail header injection prevention for
53
+ additional headers). (Yasuo)
54
+
45
55
- MCrypt:
46
56
. Added file descriptor caching to mcrypt_create_iv() (Leigh)
47
57
You can’t perform that action at this time.
0 commit comments