Skip to content

Releases: arvenil/mutex

0.6.0

07 Oct 15:14
Compare
Choose a tag to compare
  • 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

10 Sep 15:16
Compare
Choose a tag to compare
  • Bugfix for MySQL adapter: disconnect when lock is released (thanks to @marcojanssen)

0.5.0

16 Jun 16:28
Compare
Choose a tag to compare
  • ->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