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 Oct 28, 2020. It is now read-only.
Hello, in my composer.json I have "leaseweb/memcache-bundle": "1.2.*",
And in .travis.yml : section before_install
`- echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
I have this error <b>Fatal error</b>: Uncaught exception 'LogicException' with message 'Memcached extension is not loaded! To configure memcached clients it MUST be loaded
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, in my composer.json I have
"leaseweb/memcache-bundle": "1.2.*",
And in .travis.yml : section
before_install
`- echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
I have this error
<b>Fatal error</b>: Uncaught exception 'LogicException' with message 'Memcached extension is not loaded! To configure memcached clients it MUST be loaded
The text was updated successfully, but these errors were encountered: