summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-04-09 18:52:59 +0200
committerAnatol Belski <ab@php.net>2016-04-09 18:52:59 +0200
commite33c26659e221a14dd8406b0c0d05a29395a8b98 (patch)
tree1fd239a641fe9b4b5b1d4dfe095800ba87e624f9
parentef17343b3cb9195437d760ec21dcdf6004a85b67 (diff)
downloadphp-git-e33c26659e221a14dd8406b0c0d05a29395a8b98.tar.gz
update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 57faa19739..3c8130f0d6 100644
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,8 @@ PHP NEWS
. Fixed bug #70451, #70452 (Inconsistencies in return values of
IntlChar methods). (Daniel Persson)
. Fixed bug #68893 (Stackoverflow in datefmt_create). (Anatol)
+ . Fixed bug #66289 (Locale::lookup incorrectly returns en or en_US if
+ locale is empty). (Anatol)
- ODBC:
. Fixed bug #63171 (Script hangs after max_execution_time). (Remi)