Mathieu Gagné
Results
1
issues of
Mathieu Gagné
Some curl options accepts an array of strings for their values: https://www.php.net/manual/en/function.curl-setopt.php One such option is `CURLOPT_RESOLVE` which I'm trying to use to override DNS resolution. Current code limits those...