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 3ea6fcd commit 898e948Copy full SHA for 898e948
1 file changed
appveyor.yml
@@ -15,6 +15,8 @@ install:
15
- IF EXIST c:\php (SET PHP=0) ELSE (mkdir c:\php)
16
- IF %PHP%==1 cd c:\php
17
- IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-7.1.0-Win32-VC14-x64.zip
18
+ - IF %PHP%==1 type php-7.1.0-Win32-VC14-x64.zip
19
+ - IF %PHP%==1 curl https://windows.php.net/downloads/releases/archives/php-7.1.0-Win32-VC14-x64.zip --output php-7.1.0-Win32-VC14-x64.zip
20
- IF %PHP%==1 7z x php-7.1.0-Win32-VC14-x64.zip >nul
21
- IF %PHP%==1 echo extension_dir=ext >> php.ini
22
- IF %PHP%==1 echo extension=php_openssl.dll >> php.ini
0 commit comments