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-11-01 11:39:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
yii2
/
tests
/
framework
/
mutex
History
rhertogh
6aa0ac1ed0
Fix
#18151
: Added
Mutex::isAcquired()
to check if lock is currently acquired
2020-07-04 00:05:00 +03:00
..
mocks
Fixed random fails of RetryAcquireTraitTest (
#17024
)
2019-01-08 09:55:27 -05:00
FileMutexTest.php
Fixes
#16836
: Fix
yii\mutex\MysqlMutex
to handle locks with names longer than 64 character
2018-10-27 20:19:17 +03:00
MutexTestTrait.php
Fix
#18151
: Added
Mutex::isAcquired()
to check if lock is currently acquired
2020-07-04 00:05:00 +03:00
MysqlMutexTest.php
Enable
phpdoc_summary
rule in php-cs-fixer config (
#14675
)
2017-08-21 11:19:35 +02:00
PgsqlMutexTest.php
Enable
phpdoc_summary
rule in php-cs-fixer config (
#14675
)
2017-08-21 11:19:35 +02:00
RetryAcquireTraitTest.php
Fix
#17533
: Fix mutex testRetryAcquire() on Windows (
#17591
)
2019-10-03 13:53:35 +03:00