VFS Stream v1.2.0 Release Notes

Release Date: 2013-04-01 // about 11 years ago
    • implemented issue #34: provide url() method on all vfsStreamContent instances
      • added org\bovigo\vfs\vfsStreamContent::url()
      • added org\bovigo\vfs\vfsStreamContent::path()
    • fixed issue #40: flock implementation doesn't work correctly, patch provided by Kamil Dziedzic
    • fixed issue #49: call to member function on a non-object when trying to delete a file one above root where a file with same name in root exists
    • fixed issue #51: unlink() must consider permissions of directory where file is inside, not of the file to unlink itself
    • fixed issue #52: chmod(), chown() and chgrp() must consider permissions of directory where file/directory is inside
    • fixed issue #53: chmod(), chown() and chgrp() must consider current user and current owner of file/directoy to change