summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2014-06-16 00:26:01 +0300
committerLior Kaplan <kaplanlior@gmail.com>2014-06-16 00:33:09 +0300
commit2c327599a3ebb0812c7a30b27f86dcd09a46f799 (patch)
tree5c65a481866c3688dcc058545c0aaa53d24d2b6d
parent1d802ad5e5f6e80eafe0b83f61eec01981402ddb (diff)
downloadphp-git-2c327599a3ebb0812c7a30b27f86dcd09a46f799.tar.gz
Fix typo in Bug #67406 NEWS entry
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 29d491c864..58de645ca9 100644
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@ PHP NEWS
. Fixed bug #67399 (putenv with empty variable may lead to crash). (Stas)
- CLI server:
- . Fixed Bug #67406i (built-in web-server segfaults on startup). (Remi)
+ . Fixed Bug #67406 (built-in web-server segfaults on startup). (Remi)
- Date:
. Fixed bug #67308 (Serialize of DateTime truncates fractions of second).