This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent race condition on writing cache files
When multiple people first access a ZF2 powered website there is the possibility that both requests write simultaneously write a slightly different file to disk. The result can be an PHP file having a parse error. This commit fixes this by acquiring an exclusive lock.
- Loading branch information