From c70f1fa6fb894a2f56a1f5cb2b251d8f55158c3b Mon Sep 17 00:00:00 2001 From: Julien Pauli Date: Mon, 11 Jul 2016 13:30:46 +0200 Subject: [PATCH] Update for NEWS --- NEWS | 3 +++ UPGRADING | 1 + 2 files changed, 4 insertions(+) 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 -- 2.50.1