Skip to content

Commit d5d95f8

Browse files
committed
add some missing NEWS entries
1 parent 996fc57 commit d5d95f8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,19 @@ PHP NEWS
1111
(Andreas Ferber)
1212
. Fixed bug #67091 (make install fails to install libphp5.so on FreeBSD 10.0).
1313
(Ferenc)
14+
. Fixed bug #67498 (phpinfo() Type Confusion Information Leak Vulnerability).
15+
(Stefan Esser)
1416

1517
- FPM:
1618
. Fix bug #67531 (syslog cannot be set in pool configuration). (Remi)
1719
. Fix bug #67541 (Fix Apache 2.4.10+ SetHandler proxy:fcgi://
1820
incompatibilities). (David Zuelke)
1921

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+
2027
- pgsql:
2128
. Fix bug #67550 (Error in code "form" instead of "from", pgsql.c, line 756),
2229
which affected builds against libpq < 7.3. (Adam)
@@ -32,6 +39,10 @@ PHP NEWS
3239
. Fix issue krakjoe/phpdbg#100 (No way to list the current stack/frames)
3340
(Help entry was missing). (Bob)
3441

42+
- SPL:
43+
. Fixed bug #67492 (unserialize() SPL ArrayObject / SPLObjectStorage Type
44+
Confusion) (CVE-2014-3515). (Stefan Esser)
45+
3546
19 Jun 2014, PHP 5.6.0 Release Candidate 1
3647

3748
- Core:

0 commit comments

Comments
 (0)