Releases: bovigo/vfsStream
Releases · bovigo/vfsStream
v1.6.12
vfsStream 1.6.11
This is a maintenance release adding support for PHP 8.2.
- Add support for PHP 8.2's
$contentproperty invfsStreamWrapper
vfsStream 1.6.11 (alpha 0)
This release's notes have been redacted. See release notes for vfsStream 1.6.11 instead.
[See the purpose of this release in #271]
vfsStream 1.6.10
This is a maintenance release adding support for PHP 8.1.
vfsStream 1.6.10 (alpha 0)
This release's notes have been redacted. See release notes for vfsStream 1.6.10 instead.
[See the purpose of this release in #263]
vfsStream 1.6.9
- Fix deprecation warning on
StringBasedFileContentfor PHP 8.1 (#252) - Fix return type for
FileContent::write(),SeekableFileContent::write(), andvfsStreamFile::write()to fix static analysis tools
vfsStream 1.6.8
- Fix
StringBasedFileContent::doReadto always return a string (#204)
vfsStream 1.6.7
- fix PHP 7.4 deprecation warnings (backported #189 from master)
vfsStream 1.6.6
- backported #174 from master, original PR provided by @localheinz
vfsStream 1.6.5
- 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)