summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-11-17 23:01:17 +0100
committerAnatol Belski <ab@php.net>2018-11-17 23:01:17 +0100
commitcf764f02b30080b423124ac6f165905abf581f93 (patch)
tree4db11c4b6d95c9c90e4aa36d0c6cbaa0e9c7b692
parent10192a9ca4e8b74dee6dbf89dbd123fdef0971f3 (diff)
downloadphp-git-cf764f02b30080b423124ac6f165905abf581f93.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bd1e72f898..66e3ec2519 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 7.3.0RC6
+- CLI:
+ . Fixed bug #77111 (php-win.exe corrupts unicode symbols from cli
+ parameters). (Anatol)
+
- iconv:
. Fixed bug #77147 (Fixing 60494 ignored ICONV_MIME_DECODE_CONTINUE_ON_ERROR).
(cmb)