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
Otherwise, workarounds have to be used to distinguish between
The value false, from unserialize() (if applications used them)
A cache miss (absence can be detected with $flags)
An memcache protocol error/timeout that caused Memcache to return false (error_clear_last()/error_get_last() can be used as a workaround, unless set_error_handler's callback has the possibility of clearing the last error or triggering other notices)
The related Memcached pecl provides
https://www.php.net/manual/en/memcached.getresultcode.php
https://www.php.net/manual/en/memcached.getresultmessage.php
Otherwise, workarounds have to be used to distinguish between
https://bugs.php.net/bug.php?id=69809 is vaguely related but I'm guessing behavior changed in php7
The text was updated successfully, but these errors were encountered: