You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
The new syntax is at the official PHP page:
http://php.net/manual/ro/memcached.get.php
This comment describes the problem:
http://php.net/manual/ro/memcached.get.php#121119
PHP PR that brang the backward incompatible change:
php-memcached-dev/php-memcached#214
So the easy way to support the latest change would be to change:
TO
I tested it through a custom adapter that extends the main class and it works just fine. If the changes look ok to you, I will open a pull request.
The text was updated successfully, but these errors were encountered: