Skip to content

Commit 10bbfe8

Browse files
foxycodedg
authored andcommitted
appveyor: upgrade php to version 7.1 (#156)
1 parent e2145e8 commit 10bbfe8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

appveyor.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ services:
99
- mssql2008r2sp2
1010
- mssql2012sp1
1111
- mssql2014
12+
- mssql2016
1213
- mysql
1314

1415
init:
@@ -20,13 +21,13 @@ install:
2021
# Install PHP
2122
- IF EXIST c:\php (SET PHP=0) ELSE (mkdir c:\php)
2223
- IF %PHP%==1 cd c:\php
23-
- IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-5.6.14-Win32-VC11-x86.zip
24-
- IF %PHP%==1 7z x php-5.6.14-Win32-VC11-x86.zip >nul
24+
- IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-7.1.0-Win32-VC14-x64.zip
25+
- IF %PHP%==1 7z x php-7.1.0-Win32-VC14-x64.zip >nul
2526
- IF %PHP%==1 echo extension_dir=ext >> php.ini
2627
- IF %PHP%==1 echo extension=php_openssl.dll >> php.ini
27-
- IF %PHP%==1 appveyor DownloadFile https://files.nette.org/misc/php-sqlsrv.zip
28-
- IF %PHP%==1 7z x php-sqlsrv.zip >nul
29-
- IF %PHP%==1 copy SQLSRV\php_pdo_sqlsrv_56_ts.dll ext\php_pdo_sqlsrv_ts.dll
28+
- IF %PHP%==1 appveyor DownloadFile https://github.com/Microsoft/msphpsql/releases/download/4.1.4-Windows/7.1.zip
29+
- IF %PHP%==1 7z x 7.1.zip >nul
30+
- IF %PHP%==1 copy 7.1\x64\php_pdo_sqlsrv_71_ts.dll ext\php_pdo_sqlsrv_ts.dll
3031
- IF %PHP%==1 del /Q *.zip
3132
- cd c:\projects\database
3233

0 commit comments

Comments
 (0)