From: Anatol Belski Date: Mon, 11 Jul 2016 09:17:34 +0000 (+0200) Subject: add comment and fix typo X-Git-Tag: php-7.1.0beta1~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf8c217e8fb825b2667e71bd4c055497e338d5e3;p=php add comment and fix typo --- diff --git a/UPGRADING b/UPGRADING index 5c56365426..0362e1c80d 100644 --- a/UPGRADING +++ b/UPGRADING @@ -93,8 +93,8 @@ PHP 7.1 UPGRADE NOTES corresponding server error levels. - apache2handler: - . Implemented per module logging - . Implemented error level mapping between PHP and Apache for the error logs + . Implemented per module logging. + . Implemented error level mapping between PHP and Apache for the error logs. ======================================== 4. Deprecated Functionality @@ -320,6 +320,8 @@ PHP 7.1 UPGRADE NOTES particular console program used. PHP automatically sets the console codepage according to the encoding rules from php.ini. Using alternative consoles instead of cmd.exe directly might bring better experience in some cases. + Nevertheless be aware, runtime codepage switch after the request start + might bring unexpected side effects on CLI. The preferrable way is php.ini. As a result of UTF-8 support in the streams, PHP scripts are not limited to ASCII or ANSI filenames anymore. This is supported out of the box on