Skip to content

Commit

Permalink
usnig a newer php in appveyor to maybe avoid known iterator bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 24, 2017
1 parent d62612c commit 2ae58cf
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/archives/php-5.6.0-nts-Win32-VC11-x86.zip -FileName php.zip
- appveyor DownloadFile http://windows.php.net/downloads/releases/php-5.6.30-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 2ae58cf

Please sign in to comment.