Install PHP Suhosin as extension – CENTOS
Install PHP Suhosin as extension Download latest version of Suhosin, enter: # cd /opt # wget http://download.suhosin.org/suhosin-0.9.27.tgz Make sure you have php-devel installed: # yum install php-devel Compile Suhosin under PHP 5 and RHEL / CentOS Linux Type the following commands: # cd suhosin-0.9.27 # phpize #./configure # make # make install Configure Suhosin Type […]