From c1db861fb44e33f49146bdfa0438eaa299ac0c48 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 21 Jun 2016 17:43:27 +0200 Subject: [PATCH] fix typos --- UPGRADING | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() -- 2.50.1