mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 17:35:36 +08:00
Add source hash comparator & refactor download lock
This commit is contained in:
committed by
DubbleClick
parent
1c439a01a1
commit
cb0a90d1d9
@@ -2,5 +2,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
putenv('SPC_IGNORE_BAD_HASH=yes');
|
||||||
|
|
||||||
require_once __DIR__ . '/../src/globals/internal-env.php';
|
require_once __DIR__ . '/../src/globals/internal-env.php';
|
||||||
require_once __DIR__ . '/mock/SPC_store.php';
|
require_once __DIR__ . '/mock/SPC_store.php';
|
||||||
|
|||||||
Reference in New Issue
Block a user