Fix Windows CI and build pipelines for PHP >= 8.1#412
Open
madmajestro wants to merge 2 commits intoigbinary:masterfrom
Open
Fix Windows CI and build pipelines for PHP >= 8.1#412madmajestro wants to merge 2 commits intoigbinary:masterfrom
madmajestro wants to merge 2 commits intoigbinary:masterfrom
Conversation
Author
|
Currently, all Windows pipelines for PHP >= 8.1 will fail. Therefore, this pull request should be merged before attempting to start pipelines for other pull requests. |
Author
|
I added a fix for various curl download errors i saw during testing with my igbinary repository clone. The pipeline of #408 should succeed now. |
1427227 to
8db330e
Compare
Running Windows pipelines for PHP >= 8.1 failed with [email protected] due to TLS issues. Using [email protected] resolves this by explicitly enabling TLS 1.2 and TLS 1.3.
The older curl versions with http2 support (7.64 - 7.74) seem to start too many parallel http2 streams, which causes the server to terminate the connections with 503 http errors. Limiting curl to http1.1 resolves the problem. The download URL has also been updated.
8db330e to
1798cf8
Compare
Author
|
Friendly Ping |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Running Windows pipelines for PHP >= 8.1 failed with [email protected] due to TLS issues. Using [email protected] resolves this by explicitly enabling TLS 1.2 and TLS 1.3.