We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59189f9 commit 797c8bbCopy full SHA for 797c8bb
.travis/travis.sh
@@ -125,7 +125,7 @@ function build_php_memcached() {
125
126
local sasl_flag="--disable-memcached-sasl"
127
if test "x$ENABLE_SASL" = "xyes"; then
128
- protocol_flag="--enable-memcached-sasl"
+ sasl_flag="--enable-memcached-sasl"
129
fi
130
131
./configure --with-libmemcached-dir="$LIBMEMCACHED_PREFIX" $protocol_flag $sasl_flag --enable-memcached-json --enable-memcached-igbinary --enable-memcached-msgpack
0 commit comments