com php-src: [ci skip] update NEWS: NEWS
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 42e5df141c2eeddb04ceb68bdc041850d2ba52cb Author: Anatol Belski <[email protected]> Mon, 15 May 2017 17:39:31 +0200 Parents: ae3f975c5d58f891359a72ad3df84d845e70cdcc Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=42e5df141c2eeddb04ceb68bdc041850d2ba52cb Log: [ci skip] update NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 3d262af..c60c5eb 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ PHP NEWS - Core: . Fixed bug #74546 (SIGILL in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST). (Laruence) + . Fixed bug #74589 (__DIR__ wrong for unicode character). (Anatol) - intl: . Fixed bug #74468 (wrong reflection on Collator::sortWithSortKeys). (villfa)