Skip to content

Commit 0d7f22c

Browse files
committed
add missing NEWS entries
1 parent 60a2742 commit 0d7f22c

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
@@ -31,6 +31,9 @@ PHP NEWS
3131
(Christoph M. Becker)
3232
. Fixed POST data processing slowdown due to small input buffer size
3333
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)
3437

3538
- FTP
3639
. Improved fix for bug #69545 (Integer overflow in ftp_genlist()
@@ -42,6 +45,13 @@ PHP NEWS
4245
- Iconv:
4346
. Fixed bug #48147 (iconv with //IGNORE cuts the string). (Stas)
4447

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+
4555
- MCrypt:
4656
. Added file descriptor caching to mcrypt_create_iv() (Leigh)
4757

0 commit comments

Comments
 (0)