yiisoft / yii2-elasticsearch

Yii 2 Elasticsearch extension
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
429 stars 252 forks source link

Fix curlOptions merging #331

Closed yuniorsk closed 1 year ago

yuniorsk commented 1 year ago
Q A
Is bugfix? ✔️
New feature?
Breaks BC?
Fixed issues #329, #330

Fix curl options merging as integer keys are discarded with array_merge

samdark commented 1 year ago

Thanks.