@@ -2,13 +2,22 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? Jun 2015, PHP 5.6.10
4
4
5
- 14 May 2015, PHP 5.6.9
6
-
7
5
- Core:
8
6
. Fixed bug #66048 (temp. directory is cached during multiple requests).
9
7
(Julien)
10
8
. Fixed bug #69566 (Conditional jump or move depends on uninitialised value
11
9
in extension trait). (jbboehr at gmail dot com)
10
+ . Fixed bug #69599 (Strange generator+exception+variadic crash). (Nikita)
11
+
12
+ - Iconv:
13
+ . Fixed bug #48147 (iconv with //IGNORE cuts the string). (Stas)
14
+
15
+ - MCrypt:
16
+ . Added file descriptor caching to mcrypt_create_iv() (Leigh)
17
+
18
+ 14 May 2015, PHP 5.6.9
19
+
20
+ - Core:
12
21
. Fixed bug #69467 (Wrong checked for the interface by using Trait).
13
22
(Laruence)
14
23
. Fixed bug #69420 (Invalid read in zend_std_get_method). (Laruence)
@@ -21,13 +30,15 @@ PHP NEWS
21
30
(Nikita)
22
31
. Fixed bug #69472 (php_sys_readlink ignores misc errors from
23
32
GetFinalPathNameByHandleA). (Jan Starke)
24
- . Fixed bug #69599 (Strange generator+exception+variadic crash). (Nikita)
25
-
26
- - Iconv:
27
- . Fixed bug #48147 (iconv with //IGNORE cuts the string). (Stas)
33
+ . Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (Stas)
34
+ . Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
35
+ (Stas)
36
+ . Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (Stas)
37
+ . Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)
28
38
29
- - MCrypt:
30
- . Added file descriptor caching to mcrypt_create_iv() (Leigh)
39
+ - FTP:
40
+ . Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
41
+ overflow). (Stas)
31
42
32
43
- ODBC:
33
44
. Fixed bug #69354 (Incorrect use of SQLColAttributes with ODBC 3.0).
@@ -41,6 +52,16 @@ PHP NEWS
41
52
. Fixed bug #69402 (Reading empty SSL stream hangs until timeout).
42
53
(Daniel Lowrey)
43
54
55
+ - PCNTL:
56
+ . Fixed bug #68598 (pcntl_exec() should not allow null char). (Stas)
57
+
58
+ - PCRE
59
+ . Upgraded pcrelib to 8.37.
60
+
61
+ - Phar:
62
+ . Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry
63
+ filename starts with null). (Stas)
64
+
44
65
16 Apr 2015, PHP 5.6.8
45
66
46
67
- Core:
0 commit comments