PHP Classes

File: includes/src/vendor/symfony/filesystem/CHANGELOG.md

Recommend this page to a friend!
  Classes of Subin Siby   Lobby   includes/src/vendor/symfony/filesystem/CHANGELOG.md   Download  
File: includes/src/vendor/symfony/filesystem/CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Lobby
Web OS to install and run Web applications
Author: By
Last change:
Date: 8 years ago
Size: 559 bytes
 

Contents

Class file image Download

CHANGELOG

3.0.0

* removed $mode argument from Filesystem::dumpFile()

2.8.0

* added tempnam() a stream aware version of PHP's native tempnam()

2.6.0

* added LockHandler

2.3.12

* deprecated dumpFile() file mode argument.

2.3.0

* added the dumpFile() method to atomically write files

2.2.0

* added a delete option for the mirror() method

2.1.0

* 24eb396 : BC Break : mkdir() function now throws exception in case of failure instead of returning Boolean value * created the component