- Add
Path
class - Add
$lock
argument toFilesystem::appendToFile()
Filesystem::dumpFile()
andappendToFile()
don't accept arrays anymore
- support for passing a
null
value toFilesystem::isAbsolutePath()
is deprecated and will be removed in 5.0 tempnam()
now accepts a third argument$suffix
.
- support for passing arrays to
Filesystem::dumpFile()
is deprecated and will be removed in 5.0 - support for passing arrays to
Filesystem::appendToFile()
is deprecated and will be removed in 5.0
- removed
LockHandler
- Support for passing relative paths to
Filesystem::makePathRelative()
has been removed.
- support for passing relative paths to
Filesystem::makePathRelative()
is deprecated and will be removed in 4.0
- added
appendToFile()
to append contents to existing files
- added
readlink()
as a platform independent method to read links
- removed
$mode
argument fromFilesystem::dumpFile()
- added tempnam() a stream aware version of PHP's native tempnam()
- added LockHandler
- deprecated dumpFile() file mode argument.
- added the dumpFile() method to atomically write files
- added a delete option for the mirror() method
- 24eb396 : BC Break : mkdir() function now throws exception in case of failure instead of returning Boolean value
- created the component