Skip to content

Commit b08076e

Browse files
committed
Merge branch 'PHP-8.1'
* PHP-8.1: Fixed CURLOPT_TLSAUTH_TYPE is not treated as a string option.
2 parents cedd459 + bb010ad commit b08076e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/curl/interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2612,7 +2612,6 @@ static zend_result _php_curl_setopt(php_curl *ch, zend_long option, zval *zvalue
26122612
case CURLOPT_RTSP_REQUEST:
26132613
case CURLOPT_RTSP_SERVER_CSEQ:
26142614
case CURLOPT_WILDCARDMATCH:
2615-
case CURLOPT_TLSAUTH_TYPE:
26162615
case CURLOPT_GSSAPI_DELEGATION:
26172616
case CURLOPT_ACCEPTTIMEOUT_MS:
26182617
case CURLOPT_SSL_OPTIONS:
@@ -2755,6 +2754,7 @@ static zend_result _php_curl_setopt(php_curl *ch, zend_long option, zval *zvalue
27552754
case CURLOPT_MAIL_FROM:
27562755
case CURLOPT_RTSP_STREAM_URI:
27572756
case CURLOPT_RTSP_TRANSPORT:
2757+
case CURLOPT_TLSAUTH_TYPE:
27582758
case CURLOPT_TLSAUTH_PASSWORD:
27592759
case CURLOPT_TLSAUTH_USERNAME:
27602760
case CURLOPT_ACCEPT_ENCODING:

0 commit comments

Comments
 (0)