This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
yii2
Watch
2
Star
0
Fork
0
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced
2026-03-23 23:47:09 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d07e286dbdc2d5990942bb71ee49698a0051091d
yii2
/
tests
/
framework
/
mutex
History
Robert Korulczyk
1fe3d61a3b
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
..
mocks
Fixes
#16839
2018-11-01 01:19:33 +03: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
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
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
Fixes
#16839
2018-11-01 01:19:33 +03:00