mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-31 02:28:35 +08:00
Merge branch 'master' into bugfix/20002-Superfluous_query_on_HEAD_request_in_serializer
This commit is contained in:
@ -80,7 +80,7 @@ class ServeController extends Controller
|
|||||||
}
|
}
|
||||||
$this->stdout("Quit the server with CTRL-C or COMMAND-C.\n");
|
$this->stdout("Quit the server with CTRL-C or COMMAND-C.\n");
|
||||||
|
|
||||||
passthru('"' . PHP_BINARY . '"' . " -S {$address} -t \"{$documentRoot}\" $router");
|
passthru('"' . PHP_BINARY . '"' . " -S {$address} -t \"{$documentRoot}\" \"$router\"");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user