From: Julien Pauli Date: Mon, 11 Jul 2016 11:30:46 +0000 (+0200) Subject: Update for NEWS X-Git-Tag: php-7.1.0beta1~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c70f1fa6fb894a2f56a1f5cb2b251d8f55158c3b;p=php Update for NEWS --- diff --git a/NEWS b/NEWS index c28a440c7e..04d635536a 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,9 @@ PHP NEWS - Mbstring: . Deprecated mb_ereg_replace() eval option. (Rouven Weßling, cmb) +- MCrypt: + . Deprecated ext/mcrypt. (cmb) + - PDO_pgsql: . Fixed bug #70313 (PDO statement fails to throw exception). (Matteo) . Fixed bug #72570 (Segmentation fault when binding parameters on a query diff --git a/UPGRADING b/UPGRADING index 5cfa77fbef..1759590169 100644 --- a/UPGRADING +++ b/UPGRADING @@ -97,6 +97,7 @@ PHP 7.1 UPGRADE NOTES ======================================== - 'e' option of mb_ereg_replace() and mb_eregi_replace(). +- ext/mcrypt is now fully deprecated. ======================================== 5. Changed Functions