]> granicus.if.org Git - php/commitdiff
Credit Scott, who authored the ext/mcrypt deprecation RFC
authorChristoph M. Becker <cmb@php.net>
Mon, 11 Jul 2016 11:41:01 +0000 (13:41 +0200)
committerChristoph M. Becker <cmb@php.net>
Mon, 11 Jul 2016 11:41:01 +0000 (13:41 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 04d635536ac2abfe3fd9d836d7b52c88d00f700f..a6ee6891275790da1a17930aa6f0fe3e7f5770fc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,7 +19,7 @@ PHP                                                                        NEWS
   . Deprecated mb_ereg_replace() eval option. (Rouven Weßling, cmb)
 
 - MCrypt:
-  . Deprecated ext/mcrypt. (cmb)
+  . Deprecated ext/mcrypt. (Scott Arciszewski, cmb)
 
 - PDO_pgsql:
   . Fixed bug #70313 (PDO statement fails to throw exception). (Matteo)