Skip to content

Commit

Permalink
Merge pull request #48 from MBlagui/patch-2
Browse files Browse the repository at this point in the history
setup/ update suhosin
  • Loading branch information
5050 committed Feb 19, 2015
2 parents dff3d48 + 51874d3 commit 733d437
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions suhosin_setup
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env bash
SUHOSIN_VERSION="0.9.37.1"
cd /tmp
wget -nv -O suhosin.zip https://github.com/stefanesser/suhosin/archive/$SUHOSIN_VERSION.zip
unzip -q suhosin.zip
rm -f suhosin.zip
cd suhosin-$SUHOSIN_VERSION
phpize
./configure
make
make install
cd ..
rm -rf suhosin-$SUHOSIN_VERSION

0 comments on commit 733d437

Please sign in to comment.