Skip to content
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

Use curl information from library rather than curl --version #177

Merged
merged 3 commits into from
Feb 7, 2024

Conversation

grooverdan
Copy link
Contributor

There is a chance the curl executable could be of different version than the libcurl used by php.

Include the curl library version, the openssl version and zlib version.

This is less than curl --version of the form:

curl 7.82.0 (x86_64-redhat-linux-gnu) libcurl/7.82.0 OpenSSL/3.0.5 zlib/1.2.11 brotli/1.0.9 libidn2/2.3.3 libpsl/0.21.1 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.46.0 OpenLDAP/2.6.2

Apologies as my php programming isn't the strongest.

There is a chance the curl executable could be of different
version than the libcurl used by php.

Include the curl library version, the openssl version and
zlib version.

This is less than curl --version of the form:

curl 7.82.0 (x86_64-redhat-linux-gnu) libcurl/7.82.0 OpenSSL/3.0.5 zlib/1.2.11 brotli/1.0.9 libidn2/2.3.3 libpsl/0.21.1 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.46.0 OpenLDAP/2.6.2
@grooverdan
Copy link
Contributor Author

reminder.

@javiercasares javiercasares merged commit 113942d into WordPress:master Feb 7, 2024
@grooverdan grooverdan deleted the curl branch February 7, 2024 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants