1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- ?? ??? 2014, PHP 5.6.0 Release Candidate 2
3
+ ?? ??? 2014, PHP 5.6.0 Release Candidate 3
4
+
5
+ 03 Jul 2014, PHP 5.6.0 Release Candidate 2
4
6
5
7
- Core:
6
8
. Fixed bug #67368 (Memory leak with immediately dereferenced array in class
@@ -9,12 +11,23 @@ PHP NEWS
9
11
(Andreas Ferber)
10
12
. Fixed bug #67091 (make install fails to install libphp5.so on FreeBSD 10.0).
11
13
(Ferenc)
14
+ . Fixed bug #67498 (phpinfo() Type Confusion Information Leak Vulnerability).
15
+ (Stefan Esser)
12
16
13
17
- FPM:
14
18
. Fix bug #67531 (syslog cannot be set in pool configuration). (Remi)
15
19
. Fix bug #67541 (Fix Apache 2.4.10+ SetHandler proxy:fcgi://
16
20
incompatibilities). (David Zuelke)
17
21
22
+ - Intl:
23
+ . Fixed bug #67349 (Locale::parseLocale Double Free). (Stas)
24
+ . Fixed bug #67397 (Buffer overflow in locale_get_display_name and
25
+ uloc_getDisplayName (libicu 4.8.1)). (Stas)
26
+
27
+ - pgsql:
28
+ . Fix bug #67550 (Error in code "form" instead of "from", pgsql.c, line 756),
29
+ which affected builds against libpq < 7.3. (Adam)
30
+
18
31
- phpdbg:
19
32
. Fix Bug #67499 (readline feature not enabled when build with libedit). (Remi)
20
33
. Fix issue krakjoe/phpdbg#94 (List behavior is inconsistent). (Bob)
@@ -26,6 +39,10 @@ PHP NEWS
26
39
. Fix issue krakjoe/phpdbg#100 (No way to list the current stack/frames)
27
40
(Help entry was missing). (Bob)
28
41
42
+ - SPL:
43
+ . Fixed bug #67492 (unserialize() SPL ArrayObject / SPLObjectStorage Type
44
+ Confusion) (CVE-2014-3515). (Stefan Esser)
45
+
29
46
19 Jun 2014, PHP 5.6.0 Release Candidate 1
30
47
31
48
- Core:
0 commit comments