From f042c5f72644cc5817189718928f1cdead0ebedf Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 8 Apr 2016 09:28:41 +0200 Subject: [PATCH] update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 777918212af..13f45a6a21c 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,10 @@ PHP NEWS . Fixed bug #71889 (DateInterval::format Segmentation fault). (Thomas Punt) +- Intl: + . Fixed bug #71516 (IntlDateFormatter looses locale if pattern is set + via constructor). (Anatol) + - ODBC: . Fixed bug #63171 (Script hangs after max_execution_time). (Remi)