ftp_raw
calls.strlen
from receiving NULL
.FTP\Connection
(PHP 8.1)text/plain
, like before.getTimestamp
and enforce it in the Filesystem
.Util::getStreamSize
account for fstat
failure.file_get_contents
calls without has
calls.'case_sensitive'
(default true
) for cases like Dropbox which are not.Filesystem::setVisibility
and Filesystem::getSize
.Handler
types are now deprecated and will be removed in 2.0.0FilesystemInterface::get
method is now deprecated and will be removed in 2.0.0total
of 0 when a file doesn't exist instead of saying it doesn't exist.utf8
-mode by setting the utf8
setting to true
.fopen
now open in binary mode, which is better on Windows environments.has
call receives an empty filename.copy
and move
operators now comply to the Filesystem
's signature.'.'
didn't normalize to ''
, this is now fixed.R
flag instead of the function param.*
character is now properly escaped.*
character is now properly escaped.ignorePassiveAddress
option has been added to allow NAS FTP servers to work.application/x-empty
is not treated as text/plain
and will fall back to extension based mimetype checks.getAdapter
internally to aid extension.umask
when creating directories to make it more reliable.getMetadata
calls.c7246e3341