All Versions
35
Latest Version
Avg Release Cycle
183 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.7.0 Changes
- Namespace changed from
org\bovigo\vfstobovigo\vfs- The old namespace still works, but has been deprecated. It will be removed in version 2.
- Renamed some classes in the new namespace. When moving your code to the new namespace please be aware of the following name changes:
org\bovigo\vfs\vfsStreamBlock=>bovigo\vfs\vfsBlockorg\bovigo\vfs\vfsStreamContainerIterator=>bovigo\vfs\vfsDirectoryIteratororg\bovigo\vfs\vfsStreamDirectory=>bovigo\vfs\vfsDirectoryorg\bovigo\vfs\vfsStreamFile=>bovigo\vfs\vfsFileorg\bovigo\vfs\vfsStreamWrapper=>bovigo\vfs\StreamWrapperorg\bovigo\vfs\visitor\vfsStreamAbstractVisitor=>bovigo\vfs\visitor\BaseVisitororg\bovigo\vfs\visitor\vfsStreamPrintVisitor=>bovigo\vfs\visitor\Printerorg\bovigo\vfs\visitor\vfsStreamStructureVisitor=>bovigo\vfs\visitor\StructureInspectororg\bovigo\vfs\vfsStreamAbstractContent=>bovigo\vfs\BasicFile
- Deprecated (internal) classes and interfaces, they will be removed in version 2.
org\bovigo\vfs\vfsStreamContentorg\bovigo\vfs\vfsStreamContainerorg\bovigo\vfs\content\SeekableFileContent
- raised requirement for minimum PHP version to 5.6.0
- Namespace changed from
-
v1.6.11 Changes
July 26, 2022- Add support for PHP 8.2's
$contentproperty invfsStreamWrapper
- Add support for PHP 8.2's
-
v1.6.10 Changes
September 25, 2021- Fix more deprecation warnings for PHP 8.1 support affecting the following:
vfsStreamContainerIterator::current()vfsStreamContainerIterator::next()vfsStreamContainerIterator::key()vfsStreamContainerIterator::rewind()vfsStreamDirectory::getIterator()vfsStreamPrintVisitor::printContent()
- Fix PHP 8.1 support in
vfsStreamPrintVisitor
- Fix more deprecation warnings for PHP 8.1 support affecting the following:
-
v1.6.9 Changes
July 16, 2021- Fix deprecation warning on
StringBasedFileContentfor PHP 8.1 (#252) - Fix return type for
FileContent::write()to fix static analysis tools
- Fix deprecation warning on
-
v1.6.8 Changes
October 30, 2019- ๐ Fix
StringBasedFileContent::doReadto always return a string (#204)
- ๐ Fix
-
v1.6.7 Changes
July 31, 2019- ๐ fix PHP 7.4 deprecation warnings (backported #189 from master)
-
v1.6.6 Changes
April 08, 2019- backported #174 from master, original PR provided by @localheinz
-
v1.6.5 Changes
August 01, 2017- ๐ fixed #157 seeking before beginning of file should fail, reported and fixed by @merijnvdk
- structure array in
vfsStream::create()andvfsStream::setup()now can contain instances oforg\bovigo\vfs\content\FileContentandorg\bovigo\vfs\vfsStreamFile, patch provided by Joshua Smith (@jsmitty12)
-
v1.6.4 Changes
July 18, 2016- ๐ fixed #134 type safe directory names, reported and fixed by @shopfe
-
v1.6.3 Changes
April 09, 2016- ๐ fixed #131 recursive mkdir() fails if the last dirname is '0'