]> granicus.if.org Git - php/commitdiff
Updated NEWS
authorJulien Pauli <jpauli@php.net>
Wed, 10 Dec 2014 10:22:28 +0000 (11:22 +0100)
committerJulien Pauli <jpauli@php.net>
Wed, 10 Dec 2014 10:22:28 +0000 (11:22 +0100)
NEWS

diff --git a/NEWS b/NEWS
index a78ab396aba5b22487dac693912177db247e33b4..ac0ccae9e7dfa7f6b4e873f2189f5c661c23e1d5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,11 +16,18 @@ PHP                                                                        NEWS
   . Fixed bug #67643 (curl_multi_getcontent returns '' when
     CURLOPT_RETURNTRANSFER isn't set). (Jille Timmermans)
 
-- mbstring:
+- Date:
+  . Fixed day_of_week function as it could sometimes return negative values
+    internally. (Derick)
+
+- Mbstring:
   . Fixed bug #68504 (--with-libmbfl configure option not present on Windows).
     (Ashesh Vashi)
 
-- pcntl:
+- Mcrypt:
+  . Fixed possible read after end of buffer and use after free. (Dmitry)
+
+- Pcntl:
   . Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler
     when setting SIG_DFL). (Julien)