File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
extension/BuildPhpExtension/private Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Function Add-PhpDependencies {
1818 }
1919 $phpBaseUrl = ' https://downloads.php.net/~windows/php-sdk/deps'
2020 $phpTrunkBaseUrl = " https://downloads.php.net/~windows/php-sdk/deps/$ ( $Config.vs_version ) /$ ( $Config.arch ) "
21- $phpSeries = Get-File - Url " $phpBaseUrl /series/packages-$ ( $Config.php_version ) -$ ( $Config.vs_version ) -$ ( $Config.arch ) -staging .txt"
21+ $phpSeries = Get-File - Url " $phpBaseUrl /series/packages-$ ( $Config.php_version ) -$ ( $Config.vs_version ) -$ ( $Config.arch ) -stable .txt"
2222 $phpTrunk = Get-File - Url $phpTrunkBaseUrl
2323 foreach ($library in $Config.php_libraries ) {
2424 try {
@@ -46,4 +46,4 @@ Function Add-PhpDependencies {
4646 }
4747 end {
4848 }
49- }
49+ }
You can’t perform that action at this time.
0 commit comments