Skip to content

Commit

Permalink
1. Modify cache redis backend, delete _PHCR
Browse files Browse the repository at this point in the history
2. Cache redis backend supports "reds" client option
  • Loading branch information
pantaovay committed Oct 17, 2016
1 parent 23b4100 commit 860b552
Show file tree
Hide file tree
Showing 321 changed files with 60,909 additions and 48,146 deletions.
6 changes: 3 additions & 3 deletions ext/install
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
export CC="gcc"
export CFLAGS="-O2 -Wall -fvisibility=hidden -flto -DZEPHIR_RELEASE=1"

phpize_bin=$(which phpize 2> /dev/null || which phpize5 2> /dev/null)
phpize_bin=$(which phpize 2> /dev/null)

if [ -z $(which sudo 2> /dev/null) ]; then
alias sudo=""
fi

if [ -f Makefile ]; then
sudo make -s clean
sudo make --silent clean
sudo ${phpize_bin} --silent --clean
fi

${phpize_bin} --silent

./configure --silent --enable-phalcon
make -s && sudo make -s install
make --silent && sudo make --silent install
Loading

0 comments on commit 860b552

Please sign in to comment.