Skip to content

Commit

Permalink
AppVeyor: Download PHP archive with curl
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Dec 9, 2018
1 parent 59ca72e commit a6190ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ init:

install:
- mkdir c:\php && cd c:\php
- appveyor DownloadFile https://windows.php.net/downloads/releases/archives/php-7.2.12-Win32-VC15-x64.zip
- 7z x php-7.2.12-Win32-VC15-x64.zip -y >nul
- curl -fsS -o php.zip https://windows.php.net/downloads/releases/archives/php-7.2.12-Win32-VC15-x64.zip
- 7z x php.zip -y >nul
- del /Q *.zip
- copy /Y php.ini-development php.ini
- echo memory_limit=-1 >> php.ini
Expand Down

0 comments on commit a6190ea

Please sign in to comment.