Releases: arvenil/mutex
Releases · arvenil/mutex
0.6.0
0.5.1
- Bugfix for MySQL adapter: disconnect when lock is released (thanks to @marcojanssen)
0.5.0
->setExpiration($expiration)
method added for Memcache and Memcached lock. For more details check #12 and #13 (thanks @reedgz)- Bugfix: MySQL provider didn't support blocking method, resolved with doing this in Mutex class itself. For more details check #11 (thanks @benallfree)
- Updated dependencies