All Versions
35
Latest Version
Avg Release Cycle
183 days
Latest Release
-

Changelog History
Page 4

  • v0.3.2 Changes

    February 16, 2009
    • support trailing slashes on directories in vfsStream urls, patch provided by Gabriel Birke
    • fixed bug #4: vfsstream can only be read once, reported by Christoph Bloemer
    • enabled multiple iterations at the same time over the same directory
  • v0.3.1 Changes

    February 18, 2008
    • fixed path/directory separator issues under linux systems
    • fixed uid/gid issues under linux systems
  • v0.3.0 Changes

    January 02, 2008
    • added support for rmdir()
    • added vfsStream::newDirectory(), dropped vfsStreamDirectory::ceate()
    • added new interface vfsStreamContainer
    • added vfsStreamContent::at() which allows code like $file = vfsStream::newFile('file.txt.')->withContent('foo')->at($otherDir);
    • added vfsStreamContent::lastModified(), made vfsStreamContent::setFilemtime() an alias for this
    • moved from Stubbles development environment to bovigo
    • refactorings to reduce crap index of various methods
  • v0.2.0 Changes

    December 29, 2007
    • moved vfsStreamWrapper::PROTOCOL to vfsStream::SCHEME
    • added new vfsStream::url() method to assist in creating correct vfsStream urls
    • added vfsStream::path() method as opposite to vfsStream::url()
    • a call to vfsStreamWrapper::register() will now reset the root to null, implemented on request from David Zuelke
    • added support for is_readable(), is_dir(), is_file()
    • added vfsStream::newFile() to be able to do $file = vfsStream::newFile("foo.txt")->withContent("bar");
  • v0.1.0 Changes

    December 14, 2007
    • Initial release.