mirror of
https://github.com/php-win-ext/php-sdk-binary-tools.git
synced 2026-03-24 17:12:12 +01:00
Compare commits
4 Commits
php-sdk-2.
...
php-sdk-2.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
08b81a4ffc | ||
|
|
569072060e | ||
|
|
b13a2df162 | ||
|
|
96fa91e16a |
@@ -130,7 +130,11 @@ class Config
|
||||
{/*{{{*/
|
||||
if (empty(self::$knownBranches)) {
|
||||
$cache_file = "known_branches.txt";
|
||||
$cache = new Cache(self::getDepsLocalPath());
|
||||
$deps_path = self::getDepsLocalPath();
|
||||
if (!$deps_path) {
|
||||
throw new Exception("Couldn't determine dependencies path. Please either switch to the PHP source root or use -d option.");
|
||||
}
|
||||
$cache = new Cache($deps_path);
|
||||
$fetcher = new Fetcher(self::$depsHost, self::$depsPort, self::$depsUriScheme);
|
||||
|
||||
$tmp = $fetcher->getByUri(self::$depsBaseUri . "/series/");
|
||||
|
||||
@@ -16,7 +16,7 @@ class TrainingCaseHandler extends Abstracts\TrainingCase implements Interfaces\T
|
||||
protected $nginx;
|
||||
protected $maria;
|
||||
protected $php;
|
||||
protected $max_runs = 8;
|
||||
protected $max_runs = 12;
|
||||
|
||||
public function __construct(Config $conf, ?Interfaces\Server $nginx, ?Interfaces\Server\DB $maria)
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@ class TrainingCaseHandler extends Abstracts\TrainingCase implements Interfaces\T
|
||||
protected $nginx;
|
||||
protected $maria;
|
||||
protected $php;
|
||||
protected $max_runs = 4;
|
||||
protected $max_runs = 1;
|
||||
|
||||
public function __construct(Config $conf, ?Interfaces\Server $nginx, ?Interfaces\Server\DB $srv_db)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user