diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2014-06-16 00:26:01 +0300 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2014-06-16 00:33:09 +0300 |
commit | 2c327599a3ebb0812c7a30b27f86dcd09a46f799 (patch) | |
tree | 5c65a481866c3688dcc058545c0aaa53d24d2b6d | |
parent | 1d802ad5e5f6e80eafe0b83f61eec01981402ddb (diff) | |
download | php-git-2c327599a3ebb0812c7a30b27f86dcd09a46f799.tar.gz |
Fix typo in Bug #67406 NEWS entry
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |