Skip to content

Commit 2f83797

Browse files
committed
update NEWS
1 parent 9c0813f commit 2f83797

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

NEWS

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? 2015 PHP 5.4.41
3+
?? ??? 2015 PHP 5.4.42
4+
5+
14 May 2015 PHP 5.4.41
6+
7+
- Core:
8+
. Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (Stas)
9+
. Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
10+
(Stas)
11+
. Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (Stas)
12+
. Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)
13+
14+
- FTP:
15+
. Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
16+
overflow). (Stas)
17+
18+
- PCNTL:
19+
. Fixed bug #68598 (pcntl_exec() should not allow null char). (Stas)
420

521
- PCRE
622
. Upgraded pcrelib to 8.37.
723

24+
- Phar:
25+
. Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry filename
26+
starts with null). (Stas)
27+
828
16 Apr 2015 PHP 5.4.40
929

1030
- Apache2handler:

0 commit comments

Comments
 (0)