From fddf999d7dafb32bf248afc3ed3e06519d2d6cef Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Wed, 10 Jan 2024 10:06:25 +0300 Subject: [PATCH] [PHP 8.3] New cURL constants --- reference/curl/constants.xml | 165 +++++++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) diff --git a/reference/curl/constants.xml b/reference/curl/constants.xml index 6f8a0245a847..f6fa7ffd7672 100644 --- a/reference/curl/constants.xml +++ b/reference/curl/constants.xml @@ -605,6 +605,17 @@ + + + CURLOPT_MIME_OPTIONS + (int) + + + + Available as of PHP 8.3.0 and cURL 7.81.0 + + + CURLOPT_MUTE @@ -860,6 +871,17 @@ + + + CURLOPT_WS_OPTIONS + (int) + + + + Available as of PHP 8.3.0 and cURL 7.86.0 + + + CURLOPT_SSL_VERIFYHOST @@ -1047,6 +1069,17 @@ + + + CURLOPT_QUICK_EXIT + (int) + + + + Available as of PHP 8.3.0 and cURL 7.87.0 + + + CURLOPT_QUOTE @@ -1286,6 +1319,17 @@ + + + CURLOPT_CA_CACHE_TIMEOUT + (int) + + + + Available as of PHP 8.3.0 and cURL 7.87.0 + + + CURLOPT_CAINFO @@ -2271,6 +2315,28 @@ + + + CURLINFO_CAINFO + (int) + + + + Available as of PHP 8.3.0 and cURL 7.84.0 + + + + + + CURLINFO_CAPATH + (int) + + + + Available as of PHP 8.3.0 and cURL 7.84.0 + + + CURLINFO_CONNECT_TIME @@ -3982,6 +4048,17 @@ + + + CURLOPT_SSH_HOSTKEYFUNCTION + (int) + + + + Available as of PHP 8.3.0 and cURL 7.84.0 + + + CURLOPT_SSH_PRIVATE_KEYFILE @@ -4268,6 +4345,17 @@ + + + CURLOPT_PROTOCOLS_STR + (int) + + + + Available as of PHP 8.3.0 and cURL 7.85.0 + + + CURLOPT_PROXY_SERVICE_NAME @@ -4741,6 +4829,17 @@ + + + CURLOPT_REDIR_PROTOCOLS_STR + (int) + + + + Available as of PHP 8.3.0 and cURL 7.85.0. + + + CURLOPT_REQUEST_TARGET @@ -5478,6 +5577,72 @@ + + + CURLMIMEOPT_FORMESCAPE + (int) + + + + Available as of PHP 8.3.0 and cURL 7.81.0 + + + + + + CURLWS_RAW_MODE + (int) + + + + Available as of PHP 8.3.0 and cURL 7.86.0 + + + + + + CURLKHMATCH_OK + (int) + + + + Available as of PHP 8.3.0 and cURL 7.19.6 + + + + + + CURLKHMATCH_MISMATCH + (int) + + + + Available as of PHP 8.3.0 and cURL 7.19.6 + + + + + + CURLKHMATCH_MISSING + (int) + + + + Available as of PHP 8.3.0 and cURL 7.19.6 + + + + + + CURLKHMATCH_LAST + (int) + + + + Available as of PHP 8.3.0 and cURL 7.19.6 + + +