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 02:28:35 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
yii2
/
framework
/
mutex
History
Carsten Brandt
ed64d65886
release version 2.0.16
2019-01-31 00:54:16 +01: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
Fixes
#16836
: Fix
yii\mutex\MysqlMutex
to handle locks with names longer than 64 character
2018-10-27 20:19:17 +03:00
OracleMutex.php
[minor] SCA with Php Inspections (EA Ultimate) (
#15871
)
2018-03-12 01:37:19 +03:00
PgsqlMutex.php
release version 2.0.16
2019-01-31 00:54:16 +01:00
RetryAcquireTrait.php
added missing @since annotations
2019-01-31 00:45:25 +01:00