]> granicus.if.org Git - php/commitdiff
Bug #55618 was fixed in 5.5.21 using eaf107c0
authorLior Kaplan <kaplanlior@gmail.com>
Wed, 11 Feb 2015 11:04:32 +0000 (13:04 +0200)
committerLior Kaplan <kaplanlior@gmail.com>
Wed, 11 Feb 2015 11:04:32 +0000 (13:04 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 4e16751941277e3db7b3da25a650ed67e6bba9ad..3636bab6898ca619bd98b85ffb8841f77be912af 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -39,10 +39,6 @@ PHP                                                                        NEWS
   . Fixed bug #64938 (libxml_disable_entity_loader setting is shared
     between threads). (Martin Jansen)
 
-- OpenSSL:
-  . Fixed bug #55618 (use case-insensitive cert name matching).
-    (Daniel Lowrey)
-
 - PDO_mysql:
   . Fixed bug #68750 (PDOMysql with mysqlnd does not allow the usage of
     named pipes). (steffenb198 at aol dot com)
@@ -134,6 +130,9 @@ PHP                                                                        NEWS
   . Fixed bug #67111 (Memory leak when using "continue 2" inside two foreach
     loops). (Nikita)
 
+- OpenSSL:
+  . Fixed bug #55618 (use case-insensitive cert name matching). (Daniel Lowrey)
+
 - Pcntl:
   . Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler
     when setting SIG_DFL). (Julien)