-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue when using flock #126
Comments
I guess it is due to the fact the vfsStream doesn't block. It could be done, but currently it is not implemented. Also see #15. |
today I came across this stuff myself. Any solution/workaround to this? regards
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an issue using vfsStream with code that calls
flock
. The issue is best explained by the following code example:Using vfsStream (i.e.
$path = $root->url().'/x'
), the output from this script is:Using
$path = '/tmp/x'
, the output from this script is:The text was updated successfully, but these errors were encountered: