Skip to content

Instantly share code, notes, and snippets.

@michelve
Last active July 27, 2016 14:11
Show Gist options
  • Save michelve/c569667c02d79fbc2a0d566a3bdfaf4e to your computer and use it in GitHub Desktop.
Save michelve/c569667c02d79fbc2a0d566a3bdfaf4e to your computer and use it in GitHub Desktop.
install suhosin 0.9.38
wget https://download.suhosin.org/suhosin-0.9.38.tar.gz
tar -xvf suhosin-0.9.38.tgz
cd suhosin-0.9.38
phpize
./configure
make
make install
sudo rm /etc/php.d/suhosin.ini
echo 'extension=suhosin.so' > /etc/php.d/suhosin.ini
service httpd restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment