From a5705c63db80f954c9cc669ace3abe8868e7a864 Mon Sep 17 00:00:00 2001 From: Helmut Hummel Date: Sun, 1 Jul 2012 14:22:07 +0200 Subject: [PATCH] Remove debug statement --- install-helper.sh | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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 - -