com php-src: Update NEWS: NEWS
[email protected] (Xinchen Hui)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 62c1edf535ee447582959be12c64a817184bb304 Author: Xinchen Hui <[email protected]> Mon, 8 May 2017 11:32:42 +0800 Parents: 2c070847e7a9f88a3c87171fa64dea53f70e1560 Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=62c1edf535ee447582959be12c64a817184bb304 Log: Update NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 7ed6ba5..3b57001 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2017, PHP 7.1.6 +- Core: + . Fixed bug #74546 (SIGILL in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST). + (Laruence) + - intl: . Fixed bug #74468 (wrong reflection on Collator::sortWithSortKeys). (villfa)