Skip to content

Commit 7c59e4d

Browse files
committed
Update to RC4
1 parent 237fc53 commit 7c59e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/store/source/PhpSource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function fetch(bool $force = false, ?array $config = null, int $lock_as =
2121
{
2222
$major = defined('SPC_BUILD_PHP_VERSION') ? SPC_BUILD_PHP_VERSION : '8.1';
2323
if ($major === '8.4') {
24-
Downloader::downloadSource('php-src', ['type' => 'url', 'url' => 'https://downloads.php.net/~saki/php-8.4.0RC3.tar.xz'], $force);
24+
Downloader::downloadSource('php-src', ['type' => 'url', 'url' => 'https://downloads.php.net/~calvinb/php-8.4.0RC4.tar.xz'], $force);
2525
} else {
2626
Downloader::downloadSource('php-src', self::getLatestPHPInfo($major), $force);
2727
}

0 commit comments

Comments
 (0)