mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
bd73142bcf
cURL options are numeric, and array_merge is destructive of numeric keys. Replace array_merge calls with array union operator, with defaults on right-hand side so that passed options override defaults.