Skip to content

Commit

Permalink
update php version
Browse files Browse the repository at this point in the history
  • Loading branch information
saeideng committed Oct 26, 2017
1 parent 142520c commit c02c9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -27,7 +27,7 @@ init:

install:
- cd c:\
- appveyor DownloadFile http://windows.php.net/downloads/releases/php-5.6.31-nts-Win32-VC11-x86.zip -FileName php.zip
- appveyor DownloadFile http://windows.php.net/downloads/releases/php-5.6.32-nts-Win32-VC11-x86.zip -FileName php.zip
- 7z x php.zip -oc:\php > nul
- appveyor DownloadFile https://dl.dropboxusercontent.com/s/euip490d9183jkr/SQLSRV32.cab -FileName sqlsrv.cab
- 7z x sqlsrv.cab -oc:\php\ext php*_56_nts.dll > nul
Expand Down

0 comments on commit c02c9d2

Please sign in to comment.