From: Anatol Belski Date: Tue, 21 Jun 2016 15:43:27 +0000 (+0200) Subject: fix typos X-Git-Tag: php-7.1.0alpha2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1db861fb44e33f49146bdfa0438eaa299ac0c48;p=php fix typos --- diff --git a/UPGRADING b/UPGRADING index 69406a3c35..2a4181dc40 100644 --- a/UPGRADING +++ b/UPGRADING @@ -189,7 +189,7 @@ PHP 7.1 UPGRADE NOTES 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 - CLI. For for other SAPI, the documentation for the corresponding server + CLI. For other SAPI, the documentation for the corresponding server is useful. Long paths support is transparent. Paths longer than 260 bytes get @@ -197,8 +197,8 @@ PHP 7.1 UPGRADE NOTES 2048 bytes. Be aware, that the path segment limit (basename length) still persists. - The recommended way to file paths, I/O and other related topics is by - utilizing UTF-8. + The recommended way to handle file paths, I/O and other related topics is + by utilizing UTF-8. . Support for ftok()