From: Christoph M. Becker Date: Mon, 11 Jul 2016 11:41:01 +0000 (+0200) Subject: Credit Scott, who authored the ext/mcrypt deprecation RFC X-Git-Tag: php-7.1.0beta1~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a9d9cf2724df4b00c63c206689b0bd60d334388;p=php Credit Scott, who authored the ext/mcrypt deprecation RFC --- diff --git a/NEWS b/NEWS index 04d635536a..a6ee689127 100644 --- 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)