diff --git a/reference/curl/constants.xml b/reference/curl/constants.xml index 69b4d3e643..b230ef3e58 100644 --- a/reference/curl/constants.xml +++ b/reference/curl/constants.xml @@ -1,6 +1,6 @@ - + &reftitle.constants; @@ -606,6 +606,17 @@ + + + CURLOPT_MIME_OPTIONS + (int) + + + + Disponible à partir de PHP 8.3.0 et cURL 7.81.0 + + + CURLOPT_MUTE @@ -861,6 +872,17 @@ + + + CURLOPT_WS_OPTIONS + (int) + + + + Disponible à partir de PHP 8.3.0 et cURL 7.86.0 + + + CURLOPT_SSL_VERIFYHOST @@ -1048,6 +1070,17 @@ + + + CURLOPT_QUICK_EXIT + (int) + + + + Available as of PHP 8.3.0 and cURL 7.87.0 + + + CURLOPT_QUOTE @@ -1287,6 +1320,17 @@ + + + CURLOPT_CA_CACHE_TIMEOUT + (int) + + + + Disponible à partir de PHP 8.3.0 et cURL 7.87.0 + + + CURLOPT_CAINFO @@ -2273,6 +2317,28 @@ + + + CURLINFO_CAINFO + (int) + + + + Disponible à partir de PHP 8.3.0 et cURL 7.84.0 + + + + + + CURLINFO_CAPATH + (int) + + + + Disponible à partir de PHP 8.3.0 et cURL 7.84.0 + + + CURLINFO_CONNECT_TIME @@ -3983,6 +4049,17 @@ + + + CURLOPT_SSH_HOSTKEYFUNCTION + (int) + + + + Disponible à partir de PHP 8.3.0 et cURL 7.84.0 + + + CURLOPT_SSH_PRIVATE_KEYFILE @@ -4269,6 +4346,17 @@ + + + CURLOPT_PROTOCOLS_STR + (int) + + + + Available as of PHP 8.3.0 and cURL 7.85.0 + + + CURLOPT_PROXY_SERVICE_NAME @@ -4742,6 +4830,17 @@ + + + CURLOPT_REDIR_PROTOCOLS_STR + (int) + + + + Disponible à partir de PHP 8.3.0 et cURL 7.85.0. + + + CURLOPT_REQUEST_TARGET @@ -5470,7 +5569,7 @@ - CURLOPT_HTTP09_ALLOWED + CURLOPT_HTTP09_ALLOWED (int) @@ -5479,6 +5578,72 @@ + + + CURLMIMEOPT_FORMESCAPE + (int) + + + + Disponible à partir de PHP 8.3.0 et cURL 7.81.0 + + + + + + CURLWS_RAW_MODE + (int) + + + + Disponible à partir de PHP 8.3.0 et cURL 7.86.0 + + + + + + CURLKHMATCH_OK + (int) + + + + Disponible à partir de PHP 8.3.0 et cURL 7.19.6 + + + + + + CURLKHMATCH_MISMATCH + (int) + + + + Disponible à partir de PHP 8.3.0 et cURL 7.19.6 + + + + + + CURLKHMATCH_MISSING + (int) + + + + Disponible à partir de PHP 8.3.0 et cURL 7.19.6 + + + + + + CURLKHMATCH_LAST + (int) + + + + Disponible à partir de PHP 8.3.0 et cURL 7.19.6 + + + diff --git a/reference/curl/functions/curl-getinfo.xml b/reference/curl/functions/curl-getinfo.xml index d9c0e952d3..d6d5f996f0 100644 --- a/reference/curl/functions/curl-getinfo.xml +++ b/reference/curl/functions/curl-getinfo.xml @@ -1,6 +1,6 @@ - + @@ -34,9 +34,18 @@ - CURLINFO_EFFECTIVE_URL : Dernière URL réelle + CURLINFO_CAINFO - Chemin par défaut du certificat CA intégré + + + CURLINFO_CAPATH - Chaîne du chemin CA intégré par défaut + + + + CURLINFO_EFFECTIVE_URL : Dernière URL réelle + + CURLINFO_HTTP_CODE : Le dernier code de réponse. @@ -604,6 +613,13 @@ + + 8.3.0 + + Introduced CURLINFO_CAINFO + and CURLINFO_CAPATH. + + 8.2.0