From cf8c217e8fb825b2667e71bd4c055497e338d5e3 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 11 Jul 2016 11:17:34 +0200 Subject: [PATCH] add comment and fix typo --- UPGRADING | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.50.1