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 ad89501 commit d056a71Copy full SHA for d056a71
appveyor.yml
@@ -14,8 +14,8 @@ install:
14
# Install PHP
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-5.6.14-Win32-VC11-x86.zip
18
- - IF %PHP%==1 7z x php-5.6.14-Win32-VC11-x86.zip >nul
+ - IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-7.1.0-Win32-VC14-x64.zip
+ - IF %PHP%==1 7z x php-7.1.0-Win32-VC14-x64.zip >nul
19
- IF %PHP%==1 echo extension_dir=ext >> php.ini
20
- IF %PHP%==1 echo extension=php_openssl.dll >> php.ini
21
- IF %PHP%==1 del /Q *.zip
0 commit comments