We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237fc53 commit 7c59e4dCopy full SHA for 7c59e4d
src/SPC/store/source/PhpSource.php
@@ -21,7 +21,7 @@ public function fetch(bool $force = false, ?array $config = null, int $lock_as =
21
{
22
$major = defined('SPC_BUILD_PHP_VERSION') ? SPC_BUILD_PHP_VERSION : '8.1';
23
if ($major === '8.4') {
24
- Downloader::downloadSource('php-src', ['type' => 'url', 'url' => 'https://downloads.php.net/~saki/php-8.4.0RC3.tar.xz'], $force);
+ Downloader::downloadSource('php-src', ['type' => 'url', 'url' => 'https://downloads.php.net/~calvinb/php-8.4.0RC4.tar.xz'], $force);
25
} else {
26
Downloader::downloadSource('php-src', self::getLatestPHPInfo($major), $force);
27
}
0 commit comments