bug #33719 [Cache] dont override native Memcached options (nicolas-grekas)

This PR was merged into the 3.4 branch.

Discussion
----------

[Cache] dont override native Memcached options

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #33717
| License       | MIT
| Doc PR        | -

Commits
-------

894a78e812 [Cache] dont override native Memcached options
This commit is contained in:
Nicolas Grekas 2019-09-26 22:41:00 +02:00
commit ad66a160b1

View File

@ -26,7 +26,7 @@ trait MemcachedTrait
'persistent_id' => null,
'username' => null,
'password' => null,
'serializer' => 'php',
\Memcached::OPT_SERIALIZER => \Memcached::SERIALIZER_PHP,
];
private $client;