Commit dd48e8a7 by resurtm

Uncomment UNIX Mutex.

parent 7aef563d
...@@ -12,9 +12,9 @@ class Mutex extends \yii\mutex\Mutex ...@@ -12,9 +12,9 @@ class Mutex extends \yii\mutex\Mutex
public function init() public function init()
{ {
// if (stripos(php_uname('s'), 'win') === 0) { if (stripos(php_uname('s'), 'win') === 0) {
// throw new InvalidConfigException(''); throw new InvalidConfigException('');
// } }
} }
protected function acquire($name, $timeout = 0) protected function acquire($name, $timeout = 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment