Skip to content
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

Resolve unlink() error #128

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from
Open

Resolve unlink() error #128

wants to merge 1 commit into from

Conversation

cjholowatyj
Copy link

What does it do?

Wrapped the unlink($file) call in an if statement to confirm that $file still exists.

Why is it needed?

Resolves unlink() errors that occur when concurrent requests for a cache file results in one unlink() call being successful while other unlink() calls result in a PHP error being thrown.

Related issue(s)/PR(s)

None to my knowledge

Resolves unlink() errors that occur when concurrent requests for a cache file results in one unlink() call being successful while other unlink() calls result in a PHP error being thrown.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant