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

Commits on Sep 8, 2022

  1. Use curl information from library rather than curl --version

    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 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    d52bd63 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    5d1350f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    1d7ea51 View commit details
    Browse the repository at this point in the history