This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
yii2
Watch
1
Star
0
Fork
0
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced
2025-10-31 18:47:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
yii2
/
framework
/
mutex
History
Brandon Kelly
eb956e9c6b
primary/replica in a definitely non-breaking way (
#18106
)
2020-06-16 11:33:27 +03:00
..
DbMutex.php
Added php-cs-fixer coding standards validation to Travis CI (
#14100
)
2017-06-12 12:25:45 +03:00
FileMutex.php
Fixes
#16839
2018-11-01 01:19:33 +03:00
Mutex.php
Fixes
#16838
:
yii\mutex\Mutex::acquire()
no longer returns
true
if lock is already acquired by the same component in the same process
2018-11-05 00:23:23 +03:00
MysqlMutex.php
primary/replica in a definitely non-breaking way (
#18106
)
2020-06-16 11:33:27 +03:00
OracleMutex.php
primary/replica in a definitely non-breaking way (
#18106
)
2020-06-16 11:33:27 +03:00
PgsqlMutex.php
primary/replica in a definitely non-breaking way (
#18106
)
2020-06-16 11:33:27 +03:00
RetryAcquireTrait.php
added missing @since annotations
2019-01-31 00:45:25 +01:00