Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

filesystem: fixes a lot of possible race conditions #102

Merged
merged 1 commit into from
Jun 25, 2016
Merged

filesystem: fixes a lot of possible race conditions #102

merged 1 commit into from
Jun 25, 2016

Conversation

marc-mabe
Copy link
Member

@marc-mabe marc-mabe commented Jun 7, 2016

found in clearByNamespace(), clearByPrefix(), clearExpired() and flush()

this is related to #44 and zendframework/zendframework#7467

@marc-mabe marc-mabe added the bug label Jun 7, 2016
@@ -2,12 +2,12 @@

namespace Zend\Cache\Storage\Adapter;

function unlink($path, $context = null)
function unlink(...$args)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@froschdesign yes I already notified the failed tests. I forgot that the master branch still has to support 5.5

@marc-mabe
Copy link
Member Author

@froschdesign it's fixed now :)

@marc-mabe marc-mabe merged commit e756097 into zendframework:master Jun 25, 2016
@marc-mabe marc-mabe added this to the 2.7.2 milestone Jun 25, 2016
@marc-mabe marc-mabe deleted the fs_racecond branch February 11, 2017 11:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants