File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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)
4
20
5
21
- PCRE
6
22
. Upgraded pcrelib to 8.37.
7
23
24
+ - Phar:
25
+ . Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry filename
26
+ starts with null). (Stas)
27
+
8
28
16 Apr 2015 PHP 5.4.40
9
29
10
30
- Apache2handler:
You can’t perform that action at this time.
0 commit comments