summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-05-15 17:39:31 +0200
committerAnatol Belski <ab@php.net>2017-05-15 17:39:31 +0200
commit42e5df141c2eeddb04ceb68bdc041850d2ba52cb (patch)
treecab6bc519d7256fb1d1c559ceb1b41000fac44fc
parentae3f975c5d58f891359a72ad3df84d845e70cdcc (diff)
downloadphp-git-42e5df141c2eeddb04ceb68bdc041850d2ba52cb.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3d262af79f..c60c5ebfde 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)