summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-04-08 09:28:41 +0200
committerAnatol Belski <ab@php.net>2016-04-08 09:28:41 +0200
commitf042c5f72644cc5817189718928f1cdead0ebedf (patch)
tree19eeb52d644af641010d9167b445a4daed0ea677
parent49d31fa01d1cfe4515bd6f1cdb256374701a4489 (diff)
downloadphp-git-f042c5f72644cc5817189718928f1cdead0ebedf.tar.gz
update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 777918212a..13f45a6a21 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)