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.
2 parents 539c71a + 663e621 commit aad3fb0Copy full SHA for aad3fb0
appveyor.yml
@@ -40,7 +40,7 @@ install:
40
- curl -fSL -o %V8_ASSETS% "https://s3.amazonaws.com/win-phpv8/%V8_ASSETS%"
41
- 7z.exe x %V8_ASSETS%
42
- cd ..
43
- - curl -fSL -o "php-%PHP_VERSION%.tar.gz" "http://us1.php.net/distributions/php-%PHP_VERSION%.tar.gz"
+ - curl -fSL -o "php-%PHP_VERSION%.tar.gz" "http://us2.php.net/distributions/php-%PHP_VERSION%.tar.gz"
44
- ren php php-%PHP_VERSION%
45
- 7z.exe x php-%PHP_VERSION%.tar.gz -y
46
- 7z.exe x php-%PHP_VERSION%.tar -y | find /v "Extracting"
0 commit comments