Browse Source

use the most recent redis that is compatible with php5

Keith Newman 9 years ago
parent
commit
732fbb6023
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/setup/linux/languages/php.sh

+ 1 - 1
toolset/setup/linux/languages/php.sh

@@ -44,7 +44,7 @@ echo PHP compilation finished, installing extensions
 $PHP_HOME/bin/pecl channel-update pecl.php.net
 # Apc.so
 $PHP_HOME/bin/pecl config-set php_ini $PHP_HOME/lib/php.ini
-printf "\n" | $PHP_HOME/bin/pecl -q install -f redis
+printf "\n" | $PHP_HOME/bin/pecl -q install -f redis-2.2.5
 
 # yaf.so
 # printf "\n" | $PHP_HOME/bin/pecl -q install -f yaf