change all related url to static-php.dev

This commit is contained in:
crazywhalecc
2023-09-26 22:27:44 +08:00
parent 3b793005fe
commit cd04a9ea4f
5 changed files with 5 additions and 6 deletions

View File

@@ -45,7 +45,6 @@ class PhpSource extends CustomSourceBase
return [
'type' => 'url',
'url' => "https://www.php.net/distributions/php-{$version}.tar.gz",
// 'url' => "https://mirrors.zhamao.xin/php/php-{$version}.tar.gz",
];
}
}