Skip to content

Commit bf72e13

Browse files
author
Julien Pauli
committed
Updated NEWS
1 parent 4bf3f64 commit bf72e13

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ PHP NEWS
99
(Julien)
1010
. Fixed bug #69628 (complex GLOB_BRACE fails on Windows).
1111
(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)
1215

1316
- FTP:
1417
. Improved fix for bug #69545 (Integer overflow in ftp_genlist()
@@ -20,6 +23,13 @@ PHP NEWS
2023
- Iconv:
2124
. Fixed bug #48147 (iconv with //IGNORE cuts the string). (Stas)
2225

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+
2333
- MCrypt:
2434
. Added file descriptor caching to mcrypt_create_iv() (Leigh)
2535

0 commit comments

Comments
 (0)