curl_version() returns (among other things) a 24-bit version number as well as the version string. 24-bit version number 463623 corresponds to string version 7.19.7.
Is there a simple algorithm for converting the 24-bit version to the string?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You mean this version number?
It’s easy to decipher:
The version number is hex-decimal, 3 values, pick each one, convert to decimal:
See: http://curl.haxx.se/docs/versions.html