We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It can occur during a lot of situation:
wp-cli
PHP_SAPI === 'cli'
In all these and others cases, the extensions should definitely NOT trigger a fatal error.
The text was updated successfully, but these errors were encountered:
If memcache isn't present carry on
9a6e201
Closes Automattic#159
165d17e
Simply return like as if there was no match on lookup and don't attempt to add if there is no memcache class. Closes Automattic#159
Successfully merging a pull request may close this issue.
It can occur during a lot of situation:
wp-cli
fails): I guess it's shouldn't even load ifPHP_SAPI === 'cli'
In all these and others cases, the extensions should definitely NOT trigger a fatal error.
The text was updated successfully, but these errors were encountered: