From terminal: | |
1: yum install epel* | |
2: yum update / yum upgrade | |
3: Add repo source | |
- CentOS and Red Hat Enterprise Linux 6.x | |
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm | |
sudo rpm -Uvh remi-release-6*.rpm | |
- CentOS and Red Hat Enterprise Linux 7.x | |
wget http://rpms.famillecollet.com/enterprise/remi-release-7.rpm | |
sudo rpm -Uvh remi-release-7*.rpm | |
4: yum update / yum upgrade | |
5: yum --enablerepo=remi,remi-php56 update | |
6: yum --enablerepo=remi,remi-php56 upgrade | |
7: Rebuild sahosin | |
cd /tmp | |
wget -nv -O suhosin.zip https://github.com/stefanesser/suhosin/archive/suhosin-0.9.37.zip | |
unzip -q suhosin.zip | |
cd suhosin-suhosin-0.9.37 | |
phpize &> /dev/null | |
./configure &> /dev/null | |
make &> /dev/null | |
make install | |
8: reboot |
This comment has been minimized.
This comment has been minimized.
Glad it helps |
This comment has been minimized.
This comment has been minimized.
You are great man !! Thanks. Do you have script to update msql,PHPMyadmin etc too ? |
This comment has been minimized.
This comment has been minimized.
Love it, thanks !!!!! |
This comment has been minimized.
This comment has been minimized.
Love it man so easy |
This comment has been minimized.
This comment has been minimized.
it has been hard to find a good path and centos was the only proper way i could find sentora with php 5.6 here this great article where it shows how to rebuild suhosin the proper way. thank you. |
This comment has been minimized.
This comment has been minimized.
I live in Brazil and would like to thank you for the help you gave me updating the sentora. Now when you have the upgrade to php7 help us too. |
This comment has been minimized.
This comment has been minimized.
If you have errors when typing php -v after this installation, try using suhosin 0.9.38 (latest stable currently Mar 2020) from their github repo. Same steps but with different suhosin version. |
This comment has been minimized.
Its the best. Tanks!