Skip to content

Commit

Permalink
bump up php version
Browse files Browse the repository at this point in the history
  • Loading branch information
saeideng committed Jul 22, 2018
1 parent 11b0556 commit 1f51a72
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:\
- curl -fsS https://windows.php.net/downloads/releases/php-5.6.36-nts-Win32-VC11-x86.zip -o php.zip
- curl -fsS https://windows.php.net/downloads/releases/php-5.6.37-nts-Win32-VC11-x86.zip -o php.zip
- 7z x php.zip -oc:\php > nul
- curl -fsS https://dl.dropboxusercontent.com/s/euip490d9183jkr/SQLSRV32.cab -o sqlsrv.cab
- 7z x sqlsrv.cab -oc:\php\ext php*_56_nts.dll > nul
Expand Down

0 comments on commit 1f51a72

Please sign in to comment.