]> granicus.if.org Git - php/commitdiff
Fix name in NEWS
authorNiklas Keller <me@kelunik.com>
Thu, 22 Jun 2017 10:38:22 +0000 (12:38 +0200)
committerJoe Watkins <krakjoe@php.net>
Thu, 22 Jun 2017 10:48:43 +0000 (11:48 +0100)
It's enough to name my php.net account there.

NEWS

diff --git a/NEWS b/NEWS
index fe9196917ce34db9d1165768b0c20c9cdfd6a2e8..3ccf5114fbcb8c578a5e6e17d10066c8b36d5dee 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,8 +19,7 @@ PHP                                                                        NEWS
 - OpenSSL:
   . Fixed bug #74720 (pkcs7_en/decrypt does not work if \x1a is used in
     content). (Anatol)
-  . Use TLS_ANY for default ssl:// and tls:// negotiation.
-    (Niklas Keller, me at kelunik dot com)
+  . Use TLS_ANY for default ssl:// and tls:// negotiation. (kelunik)
   . Fix leak in openssl_spki_new(). (jelle at vdwaa dot nl)
 
 - PDO_OCI:
@@ -34,8 +33,7 @@ PHP                                                                        NEWS
     (mhagstrand at gmail dot com)
 
 - Streams:
-  . Default ssl/single_dh_use and ssl/honor_cipher_order to true.
-    (me at kelunik dot com)
+  . Default ssl/single_dh_use and ssl/honor_cipher_order to true. (kelunik)
 
 - SQLite3:
   . Update to Sqlite 3.19.3. (cmb)