]> granicus.if.org Git - php/commitdiff
add some missing NEWS entries
authorFerenc Kovacs <tyrael@php.net>
Wed, 2 Jul 2014 00:18:48 +0000 (02:18 +0200)
committerFerenc Kovacs <tyrael@php.net>
Wed, 2 Jul 2014 00:18:48 +0000 (02:18 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 1fde75d976d91756e4e5033de44b5e1fceacdc6d..29c5642350a854d830b214ab1edc836137439251 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,12 +11,19 @@ PHP                                                                        NEWS
     (Andreas Ferber)
   . Fixed bug #67091 (make install fails to install libphp5.so on FreeBSD 10.0).
     (Ferenc)
+  . Fixed bug #67498 (phpinfo() Type Confusion Information Leak Vulnerability).
+    (Stefan Esser)
 
 - FPM:
   . Fix bug #67531 (syslog cannot be set in pool configuration). (Remi)
   . Fix bug #67541 (Fix Apache 2.4.10+ SetHandler proxy:fcgi://
     incompatibilities). (David Zuelke)
 
+- Intl:
+  . Fixed bug #67349 (Locale::parseLocale Double Free). (Stas)
+  . Fixed bug #67397 (Buffer overflow in locale_get_display_name and
+    uloc_getDisplayName (libicu 4.8.1)). (Stas)
+
 - pgsql:
   . Fix bug #67550 (Error in code "form" instead of "from", pgsql.c, line 756),
     which affected builds against libpq < 7.3. (Adam)
@@ -32,6 +39,10 @@ PHP                                                                        NEWS
   . Fix issue krakjoe/phpdbg#100 (No way to list the current stack/frames)
     (Help entry was missing). (Bob)
 
+- SPL:
+  . Fixed bug #67492 (unserialize() SPL ArrayObject / SPLObjectStorage Type
+    Confusion) (CVE-2014-3515). (Stefan Esser)
+
 19 Jun 2014, PHP 5.6.0 Release Candidate 1
 
 - Core: