Skip to content

Commit 4c5efc7

Browse files
committed
fix NEWS
1 parent e09a0b7 commit 4c5efc7

File tree

1 file changed

+29
-8
lines changed

1 file changed

+29
-8
lines changed

NEWS

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,22 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? Jun 2015, PHP 5.6.10
44

5-
14 May 2015, PHP 5.6.9
6-
75
- Core:
86
. Fixed bug #66048 (temp. directory is cached during multiple requests).
97
(Julien)
108
. Fixed bug #69566 (Conditional jump or move depends on uninitialised value
119
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:
1221
. Fixed bug #69467 (Wrong checked for the interface by using Trait).
1322
(Laruence)
1423
. Fixed bug #69420 (Invalid read in zend_std_get_method). (Laruence)
@@ -21,13 +30,15 @@ PHP NEWS
2130
(Nikita)
2231
. Fixed bug #69472 (php_sys_readlink ignores misc errors from
2332
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)
2838

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)
3142

3243
- ODBC:
3344
. Fixed bug #69354 (Incorrect use of SQLColAttributes with ODBC 3.0).
@@ -41,6 +52,16 @@ PHP NEWS
4152
. Fixed bug #69402 (Reading empty SSL stream hangs until timeout).
4253
(Daniel Lowrey)
4354

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+
4465
16 Apr 2015, PHP 5.6.8
4566

4667
- Core:

0 commit comments

Comments
 (0)