File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,16 +189,16 @@ PHP 7.1 UPGRADE NOTES
189
189
190
190
As a result of UTF-8 support in the streams, PHP scripts are not limited
191
191
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
193
193
is useful.
194
194
195
195
Long paths support is transparent. Paths longer than 260 bytes get
196
196
automatically prefixed with \\?\. The max path length is limited to
197
197
2048 bytes. Be aware, that the path segment limit (basename length) still
198
198
persists.
199
199
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.
202
202
203
203
. Support for ftok()
204
204
You can’t perform that action at this time.
0 commit comments