]> granicus.if.org Git - php/commitdiff
add missing entries to NEWS
authorFerenc Kovacs <tyrael@php.net>
Thu, 10 Apr 2014 04:21:31 +0000 (06:21 +0200)
committerFerenc Kovacs <tyrael@php.net>
Thu, 10 Apr 2014 04:21:31 +0000 (06:21 +0200)
NEWS

diff --git a/NEWS b/NEWS
index f62d9484ae406fa5d18420bf29a0dd7baed3774d..df6031f710c6d59923e7acad24526788935690bd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,8 @@ PHP                                                                        NEWS
 - SPL:
   . Added feature #65545 (SplFileObject::fread()) (Tjerk)
   . Fixed bug #66834 (empty() does not work on classes that extend ArrayObject) (Tjerk)
+  . Fixed bug #66702 (RegexIterator::INVERT_MATCH does not invert). (Joshua
+    Thijssen)
 
 - cURL:
   . Fixed bug #66109 (Can't reset CURLOPT_CUSTOMREQUEST to default behaviour)
@@ -31,6 +33,8 @@ PHP                                                                        NEWS
   . Fixed bug #65715 (php5embed.lib isn't provided anymore). (Anatol).
 
 - Fileinfo:
+  . Fixed bug #66820 (out-of-bounds memory access in fileinfo)
+    (CVE-2014-2270). (Remi)
   . Fixed bug #66946i (fileinfo: extensive backtracking in awk rule regular
     expression). (CVE-2013-7345) (Remi)
   . Fixed bug #66987i (Memory corruption in fileinfo ext / bigendian).
@@ -40,15 +44,21 @@ PHP                                                                        NEWS
 - GD:
   . Fixed bug #66815 (imagecrop(): insufficient fix for NULL defer
     CVE-2013-7327). (Tomas Hoger, Remi).
+  . Fixed #66869 (Invalid 2nd argument crashes imageaffinematrixget) (Pierre)
   . Fixed bug #66887 (imagescale - poor quality of scaled image). (Remi)
   . Fixed bug #66890 (imagescale segfault). (Remi)
   . Fixed bug #66893 (imagescale ignore method argument). (Remi)
 
+- GMP:
+  . Fixed bug #66872 (invalid argument crashes gmp_testbit) (Pierre)
+
 - Hash:
   . Fixed bug #66698 (Missing FNV1a32 and FNV1a64 hash functions).
     (Michael M Slusarz).
   . Implemented timing attack safe string comparison function
     (RFC: https://wiki.php.net/rfc/timing_attack). (Rouven Weßling)
+  . hash_pbkdf2() now works correctly if the $length argument is not specified.
+    (Nikita)
 
 - Intl:
   . Fixed bug #66873 (A reproductible crash in UConverter when given invalid
@@ -86,6 +96,9 @@ PHP                                                                        NEWS
 - PCRE:
   . Added support for (*MARK) backtracking verbs. (Nikita)
 
+- PDO_firebird:
+  . Fixed Bug #66071 (memory corruption in error handling) (Popa)
+
 - PDO_pgsql:
   . Cleaned up code by increasing the requirements to libpq versions providing
     PQexecParams, PQprepare, PQescapeStringConn, PQescapeByteaConn. According
@@ -108,6 +121,9 @@ PHP                                                                        NEWS
   . New pg_flush() and pg_consume_input() functions added to manually complete
     non-blocking reads/writes to underlying connection sockets. (Daniel Lowrey)
 
+- Session
+  . Remove session_gc() and session_serializer_name() wich were introduced in the first 5.6.0 alpha.
+
 - SimpleXML:
   . Fixed bug #66084 (simplexml_load_string() mangles empty node name)
     (Anatol)