Skip to content

Tags: php-lock/lock

Tags

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #51 from athos-ribeiro/psr-log-3

Comply with psr/log 3

v2.2

Toggle v2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #45 from mvorisek/patch-1

Add official PHP 8.0 support

v2.1

Toggle v2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #29 from sdoatput/return-value-on-unlock-error

Add ability to retrieve executed code result or exception on unlock error

v2.0

Toggle v2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v1.4

Toggle v1.4's commit message
Fix various typos and small code style changes

v1.3

Toggle v1.3's commit message
Merge branch 'pgadvisory'

v1.2

Toggle v1.2's commit message
Update readme with new MySQL lock

v1.1

Toggle v1.1's commit message
Release 1.1

1.0.0

Toggle 1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
malkusch Markus Malkusch
1.0.0

- Deprecate MemcacheMutex in favor of MemcachedMutex
- Ignore the autocommit constraint for MySQL
- Drop PHP-5.5 support
- Consider execution longer than timeout as an error

0.4

Toggle 0.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
malkusch Markus Malkusch
- TransactionalMutex replays also if any previous exception was a PDO…

…Exception.

- Log failing connections in RedLock