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
Following up from #418: I haven't personally tested server protocol support, and I don't see unit tests for it. I'm not sure what the use case would be for the PHP module. Existence of this code predates my role as maintainer.
Following up from #418: I haven't personally tested server protocol support, and I don't see unit tests for it. I'm not sure what the use case would be for the PHP module. Existence of this code predates my role as maintainer.
The libmemcached library has to be compiled to provide server protocol support; by default (and in most distributions) it is disabled:
https://bazaar.launchpad.net/~tangent-trunk/libmemcached/1.0/view/head:/configure.ac#L81
Purpose of this ticket is either to add tests demonstrating that this mode works or consider removing it.
The text was updated successfully, but these errors were encountered: