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.
However, if I simply try to create a server and connect, set and get a key via php -a, I'm able to do it. Do we have support for ZF3 here? Or for Memcached?
The text was updated successfully, but these errors were encountered:
Hello everyone.
I'm currently running through the process of migrating my ZF2 application to ZF3. I got stuck in a nasty issue which I cannot get around.
Essentially, when Memcached is called for the first time during the application bootstrap phase, the extension throws a response error code (@see http://php.net/manual/en/memcached.getresultcode.php)
RES_HOST_LOOKUP_FAILURE
.However, if I simply try to create a server and connect, set and get a key via
php -a
, I'm able to do it. Do we have support for ZF3 here? Or for Memcached?The text was updated successfully, but these errors were encountered: