Jul 28, 2015

0 Install Suhosin PHP Extension To Ubuntu LAMP


This is a "how to" Install Suhosin PHP Extension To Ubuntu LAMP.


#. 1
sudo -s
echo 'deb http://repo.suhosin.org/ ubuntu-trusty main' >> /etc/apt/sources.list
apt-get update


#. 2
sudo wget https://sektioneins.de/files/repository.asc
sudo apt-key add repository.asc

#. 3
sudo apt-get install php5-suhosin-extension
sudo php5enmod suhosin



0 comments :

Post a Comment

Comment: