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 3f35235 commit d254968Copy full SHA for d254968
1 file changed
appveyor.yml
@@ -21,7 +21,7 @@ install:
21
# Install PHP
22
- IF EXIST c:\php (SET PHP=0) ELSE (mkdir c:\php)
23
- IF %PHP%==1 cd c:\php
24
- - IF %PHP%==1 curl https://windows.php.net/downloads/releases/archives/php-7.1.0-Win32-VC14-x64.zip --output php.zip
+ - IF %PHP%==1 curl https://windows.php.net/downloads/releases/archives/php-7.1.5-Win32-VC14-x64.zip --output php.zip
25
- IF %PHP%==1 7z x php.zip >nul
26
- IF %PHP%==1 echo extension_dir=ext >> php.ini
27
- IF %PHP%==1 echo extension=php_openssl.dll >> php.ini
0 commit comments