We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c213460 commit 6def3bbCopy full SHA for 6def3bb
config.m4
@@ -20,7 +20,7 @@ PHP_ARG_ENABLE(memcached-json, whether to enable memcached json serializer suppo
20
PHP_ARG_ENABLE(memcached-msgpack, whether to enable memcached msgpack serializer support,
21
[ --enable-memcached-msgpack Enable memcached msgpack serializer support], no, no)
22
23
-PHP_ARG_ENABLE(memcached-sasl, whether to disable memcached sasl support,
+PHP_ARG_ENABLE(memcached-sasl, whether to enable memcached sasl support,
24
[ --disable-memcached-sasl Disable memcached sasl support], yes, no)
25
26
PHP_ARG_ENABLE(memcached-protocol, whether to enable memcached protocol support,
0 commit comments