We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1925a45 + b2367d6 commit 6cf172dCopy full SHA for 6cf172d
phalcon/Storage/Adapter/Libmemcached.zep
@@ -136,7 +136,7 @@ class Libmemcached extends AbstractAdapter
136
\Memcached::OPT_REMOVE_FAILED_SERVERS : true,
137
\Memcached::OPT_RETRY_TIMEOUT : 1
138
],
139
- client = array_merge(failover, client);
+ client = array_replace(failover, client);
140
141
this
142
->setOptions(connection, client)
0 commit comments