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
minor #13757 Be more specific about flock releasing locks automatically (mariusbuescher)
This PR was merged into the 3.4 branch.
Discussion
----------
Be more specific about flock releasing locks automatically
While working on some Unit-Tests for my application I found out about a problem regarding the `Flock` store. Unfortunately it is a problem coming from the way PHP works internally. Resource handles/file locks are released as soon as the variable holding the handle is going out of scope. This makes it easy for developers when directly working with files, but in this case, it was stopping me.
To make this restriction more clear, I just changed that line in the documentation.
Commits
-------
bd431e0 [lock] Be more specific about flock releasing locks
0 commit comments