15 Commits (master)

Author SHA1 Message Date
Alexander Makarov 03052621b7
Fix #18611: Add note about isAcquired() behavior to Mutex (#18615) 3 years ago
Alexander Makarov 38f038175f
Adjust changelog, correct phpdoc, minor code style fixes 4 years ago
rhertogh 6aa0ac1ed0
Fix #18151: Added `Mutex::isAcquired()` to check if lock is currently acquired 4 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
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 6 years ago
Carsten Brandt f259eadf7a
be clear about timeout in seconds in Mutex 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Kolyunya 924a3edf4b Remove excessive `use` statements 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Aris Karageorgos 6bffe761b1 Fixed Wording 9 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Carsten Brandt 6578cfbdab updated phpdoc and classmap 10 years ago
Klimov Paul 9e320dafc6 Doc comments for the 'mutex' classes extended 10 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue 13c3123ca8 moved mutex back from extensions. 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
resurtm ffbd10638f Remove unnecessary $this. 11 years ago
resurtm 9e1b498fb5 PHP 5.4 supports $this with closures. 11 years ago
Carsten Brandt fa07d31310 documentation fixed for mutex extension 11 years ago
resurtm 733dbbfb8b Mutex WIP. 11 years ago
resurtm b98a1236bb Fixes: 11 years ago
resurtm 33adfcea91 Autorelease callback. 11 years ago
resurtm 90227bd344 Autorelease callback improved, composer.json typo. 11 years ago
resurtm b8541df088 Proper files location. 11 years ago
resurtm a15c70f414 composer.json file and proper class files location. 11 years ago
resurtm 421e2eb960 Mutex extension docblocks and several minor fixes. 11 years ago
resurtm 7aef563dd5 Proposed mutex extension. 11 years ago