[HttpClient] Add check for constant in Curl client #39889
Merged
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.
After updating Curl on a server, I started receiving the following warning:
This is a bit of a strange issue, so I'm not 100% sure if this fix is correct (or even if it needs fixing here or in PHP).
The
CURLOPT_HEADEROPT
andCURLHEADER_SEPARATE
have been added in Curl 7.37.0. The update on the server installed Curl7.29.0
.So technically these constants should not exist, but in fact the
CURLOPT_HEADEROPT
constant is defined but not theCURLHEADER_SEPARATE
constant.This seems a bit weird since both constants have been introduced in the same version.
PHP Version: 7.4.14
Curl Version: 7.29.0
CentOs Version: CentOS Linux release 7.9.2009
symfony/http-client Version: 5.0.3
Curl PHP info: