diff --git a/install-helper.sh b/install-helper.sh index e478d9d..9160337 100755 --- a/install-helper.sh +++ b/install-helper.sh @@ -1,5 +1,5 @@ #!/bin/bash -export DEBUG="echo" +export DEBUG="" export phpConfigFile=`php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` function addOptionToPhpConfig() { @@ -48,15 +48,3 @@ function installRedis() { cd $_pwd } -installPhpModule igbinary -installPhpModule -y memcache -installPhpModule redis - -if [[ "$TRAVIS_PHP_VERSION" == "5.3" ]] -then - installPhpModule -y apc - addOptionToPhpConfig "apc.enable_cli=1" - addOptionToPhpConfig "apc.slam_defense=0" -fi - -