File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,19 @@ PHP NEWS
11
11
(Andreas Ferber)
12
12
. Fixed bug #67091 (make install fails to install libphp5.so on FreeBSD 10.0).
13
13
(Ferenc)
14
+ . Fixed bug #67498 (phpinfo() Type Confusion Information Leak Vulnerability).
15
+ (Stefan Esser)
14
16
15
17
- FPM:
16
18
. Fix bug #67531 (syslog cannot be set in pool configuration). (Remi)
17
19
. Fix bug #67541 (Fix Apache 2.4.10+ SetHandler proxy:fcgi://
18
20
incompatibilities). (David Zuelke)
19
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
+
20
27
- pgsql:
21
28
. Fix bug #67550 (Error in code "form" instead of "from", pgsql.c, line 756),
22
29
which affected builds against libpq < 7.3. (Adam)
@@ -32,6 +39,10 @@ PHP NEWS
32
39
. Fix issue krakjoe/phpdbg#100 (No way to list the current stack/frames)
33
40
(Help entry was missing). (Bob)
34
41
42
+ - SPL:
43
+ . Fixed bug #67492 (unserialize() SPL ArrayObject / SPLObjectStorage Type
44
+ Confusion) (CVE-2014-3515). (Stefan Esser)
45
+
35
46
19 Jun 2014, PHP 5.6.0 Release Candidate 1
36
47
37
48
- Core:
You can’t perform that action at this time.
0 commit comments