mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
Fixed bug #20987 (no handling for client certificates).
This commit is contained in:
parent
16e5459f94
commit
98e85ae80b
@ -805,6 +805,7 @@ PHP_FUNCTION(curl_setopt)
|
||||
case CURLOPT_COOKIEJAR:
|
||||
case CURLOPT_SSL_CIPHER_LIST:
|
||||
case CURLOPT_SSLKEY:
|
||||
case CURLOPT_SSLCERT:
|
||||
case CURLOPT_SSLKEYTYPE:
|
||||
case CURLOPT_SSLKEYPASSWD:
|
||||
case CURLOPT_SSLENGINE:
|
||||
|
Loading…
Reference in New Issue
Block a user