Closed HagnMarkus closed 1 year ago
Use the new curlOptions option, e.g.
$curlOptions = [ CURLOPT_SSL_VERIFYPEER => false ]
array_merge merges the normal options with curlOptions
Yes, it will merge. But all the keys are renumbered! All CURLOPT-entries are invalid!
The + operator will preserve the keys
What steps will reproduce the problem?
Use the new curlOptions option, e.g.
What's expected?
array_merge merges the normal options with curlOptions
What do you get instead?
Yes, it will merge. But all the keys are renumbered! All CURLOPT-entries are invalid!
Additional info
The + operator will preserve the keys