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 e21b0ec commit af614cdCopy full SHA for af614cd
1 file changed
src/SPC/store/source/PhpSource.php
@@ -14,7 +14,7 @@ class PhpSource extends CustomSourceBase
14
15
public function fetch(bool $force = false, ?array $config = null, int $lock_as = SPC_DOWNLOAD_SOURCE): void
16
{
17
-$major = defined('SPC_BUILD_PHP_VERSION') ? SPC_BUILD_PHP_VERSION : '8.4';
+ $major = defined('SPC_BUILD_PHP_VERSION') ? SPC_BUILD_PHP_VERSION : '8.4';
18
if ($major === 'git') {
19
Downloader::downloadSource('php-src', ['type' => 'git', 'url' => 'https://github.com/php/php-src.git', 'rev' => 'master'], $force);
20
} else {
0 commit comments