Skip to content

Commit c9e5f38

Browse files
committed
add missing NEWS entries
1 parent 13fbd03 commit c9e5f38

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
@@ -12,6 +12,9 @@ PHP NEWS
1212
(Christoph M. Becker)
1313
. Fixed POST data processing slowdown due to small input buffer size
1414
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)
1518

1619
- FTP
1720
. Improved fix for bug #69545 (Integer overflow in ftp_genlist()
@@ -23,6 +26,13 @@ PHP NEWS
2326
- Iconv:
2427
. Fixed bug #48147 (iconv with //IGNORE cuts the string). (Stas)
2528

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+
2636
- MCrypt:
2737
. Added file descriptor caching to mcrypt_create_iv() (Leigh)
2838

0 commit comments

Comments
 (0)