You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's due to the fact that touch(), chown(), chgrp() and chmod() in stream wrappers like vfsStream only work with PHP >= 5.4 because support for those functions was first added with PHP 5.4. There's nothing vfsStream can do about this to make this work with PHP 5.3.
however it works for 5.4 and 5.5
See: https://travis-ci.org/iwyg/vfsissues
EDIT:
seems like all *NIX commands fail (chmod, touch, unlink, etc…)
The text was updated successfully, but these errors were encountered: