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 @@ -12,6 +12,9 @@ PHP NEWS
12
12
(Christoph M. Becker)
13
13
. Fixed POST data processing slowdown due to small input buffer size
14
14
on Windows. (Jorge Oliveira, Anatol)
15
+ . Fixed bug #69646 (OS command injection vulnerability in escapeshellarg).
16
+ (Anatol Belski)
17
+ . Fixed bug #69719 (Incorrect handling of paths with NULs). (Stas)
15
18
16
19
- FTP
17
20
. Improved fix for bug #69545 (Integer overflow in ftp_genlist()
@@ -23,6 +26,13 @@ PHP NEWS
23
26
- Iconv:
24
27
. Fixed bug #48147 (iconv with //IGNORE cuts the string). (Stas)
25
28
29
+ - Litespeed SAPI:
30
+ . Fixed bug #68812 (Unchecked return value). (George Wang)
31
+
32
+ - Mail:
33
+ . Fixed bug #68776 (mail() does not have mail header injection prevention for
34
+ additional headers). (Yasuo)
35
+
26
36
- MCrypt:
27
37
. Added file descriptor caching to mcrypt_create_iv() (Leigh)
28
38
You can’t perform that action at this time.
0 commit comments