GitPedia
arvenil

arvenil/mutex

Mutex implementation for PHP

3 Releases
Latest: 9y ago
0.6.0Latest
arvenilarvenil·9y ago·October 7, 2016
GitHub

📋 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
arvenilarvenil·10y ago·September 10, 2015
GitHub

📋 Changes

  • Bugfix for MySQL adapter: disconnect when lock is released (thanks to @marcojanssen)
0.5.0
arvenilarvenil·11y ago·June 16, 2015
GitHub

📋 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