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