arvenil/mutex
Mutex implementation for PHP
3 Releases
Latest: 9y ago
0.6.0Latest
📋 Changes
- bugfix: fclose lock files when released #25 (thanks to @dnna)
- new: possibility to define the port for mysql connection #26 (thanks to @mrok)
- new: lock implementor that uses phpredis #29 (thanks to @leo108)
- new: lock implementor that uses mkdir #27 (thanks to @JanVoracek)
0.5.1
📋 Changes
- Bugfix for MySQL adapter: disconnect when lock is released (thanks to @marcojanssen)
0.5.0
📋 Changes
- `->setExpiration($expiration)` method added for Memcache and Memcached lock. For more details check https://github.com/arvenil/ninja-mutex/issues/12 and https://github.com/arvenil/ninja-mutex/pull/13 (thanks @reedgz)
- Bugfix: MySQL provider didn't support blocking method, resolved with doing this in Mutex class itself. For more details check https://github.com/arvenil/ninja-mutex/pull/11 (thanks @benallfree)
- Updated dependencies
