We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26786cc commit e508409Copy full SHA for e508409
tests/travis/memcache-setup.sh
@@ -5,6 +5,6 @@ if [[ $TRAVIS_PHP_VERSION < 5.5 ]]; then
5
else
6
wget http://pecl.php.net/get/memcache-2.2.7.tgz
7
tar -zxf memcache-2.2.7.tgz
8
- sh -c "cd memcache-2.2.7 && phpize && ./configue --enable-memcache && make && sudo make install"
+ sh -c "cd memcache-2.2.7 && phpize && ./configure --enable-memcache && make && sudo make install"
9
echo "memcache.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s/.*:\s*//"`
10
fi
0 commit comments