-
-
Notifications
You must be signed in to change notification settings - Fork 110
appveyor: upgrade php to version 7.1 #156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Fixed as much as it could be. Returned to php 7.0 because compatible sqlsrv binaries for 7.1 aren't available. |
|
|
|
Great, I missed that pre-release. It contains binaries for 7.1 too, so I could change to 7.1 again :) Shouldn't I remove thos failing SQL Server istances? |
appveyor.yml
Outdated
| - IF %PHP%==1 cd c:\php | ||
| - IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-5.6.14-Win32-VC11-x86.zip | ||
| - IF %PHP%==1 7z x php-5.6.14-Win32-VC11-x86.zip >nul | ||
| - IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/php-7.0.15-Win32-VC14-x86.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not released yet… This is the last http://windows.php.net/downloads/releases/archives/php-7.0.14-Win32-VC14-x86.zip
appveyor.yml
Outdated
| - IF %PHP%==1 appveyor DownloadFile https://files.nette.org/misc/php-sqlsrv.zip | ||
| - IF %PHP%==1 7z x php-sqlsrv.zip >nul | ||
| - IF %PHP%==1 copy SQLSRV\php_pdo_sqlsrv_56_ts.dll ext\php_pdo_sqlsrv_ts.dll | ||
| - IF %PHP%==1 appveyor DownloadFile https://github.com/Microsoft/msphpsql/archive/master.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is possible to use stable branch instead of master?
Still not working as expected, but I think it's appveyor fault (SQL servers don't start). In any case, it's at least some progress. I spent lot of time with this, so I hope it won't be useless.