Merge branch 'master' into bugfix/20002-Superfluous_query_on_HEAD_request_in_serializer

This commit is contained in:
xicond
2023-10-16 09:13:51 +08:00
committed by GitHub

View File

@ -80,7 +80,7 @@ class ServeController extends Controller
}
$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\"");
}
/**