Skip to content

Commit 898e948

Browse files
committed
appveyor: fix
1 parent 3ea6fcd commit 898e948

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ install:
1515
- IF EXIST c:\php (SET PHP=0) ELSE (mkdir c:\php)
1616
- IF %PHP%==1 cd c:\php
1717
- 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
1820
- IF %PHP%==1 7z x php-7.1.0-Win32-VC14-x64.zip >nul
1921
- IF %PHP%==1 echo extension_dir=ext >> php.ini
2022
- IF %PHP%==1 echo extension=php_openssl.dll >> php.ini

0 commit comments

Comments
 (0)