Skip to content

Commit c1db861

Browse files
committed
fix typos
1 parent bdd1275 commit c1db861

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UPGRADING

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,16 @@ PHP 7.1 UPGRADE NOTES
189189

190190
As a result of UTF-8 support in the streams, PHP scripts are not limited
191191
to ASCII or ANSI filenames anymore. This is supported out of the box on
192-
CLI. For for other SAPI, the documentation for the corresponding server
192+
CLI. For other SAPI, the documentation for the corresponding server
193193
is useful.
194194

195195
Long paths support is transparent. Paths longer than 260 bytes get
196196
automatically prefixed with \\?\. The max path length is limited to
197197
2048 bytes. Be aware, that the path segment limit (basename length) still
198198
persists.
199199

200-
The recommended way to file paths, I/O and other related topics is by
201-
utilizing UTF-8.
200+
The recommended way to handle file paths, I/O and other related topics is
201+
by utilizing UTF-8.
202202

203203
. Support for ftok()
204204

0 commit comments

Comments
 (0)