summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-04-11 15:37:45 +0200
committerAnatol Belski <ab@php.net>2016-04-11 15:37:45 +0200
commita1e9de227de4d634eea6aed13da87730aa7e401d (patch)
tree82235e6fc6cd8225a546894f4f0789d2ed4ff8c6
parent28b6f66a77d660412766b6da88d01377cbdd04a1 (diff)
downloadphp-git-a1e9de227de4d634eea6aed13da87730aa7e401d.tar.gz
update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a46f5f0ecf..78738432e3 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,8 @@ PHP NEWS
. Fixed bug #68893 (Stackoverflow in datefmt_create). (Anatol)
. Fixed bug #66289 (Locale::lookup incorrectly returns en or en_US if locale
is empty). (Anatol)
+ . Fixed bug #70484 (selectordinal doesn't work with named parameters).
+ (Anatol)
- ODBC:
. Fixed bug #63171 (Script hangs after max_execution_time). (Remi)