RE: How to install php 5.6 on centos 6/7 working 100%:
01-14-2016, 07:04 AM
(This post was last modified: 01-14-2016, 08:03 AM by AgentD.)
I updated to php 6 using this much cleaner method: https://webtatic.com/packages/php56/
Below are the steps that I followed:
No errors but no mention of suhosin (only suhosin.ini under additional files parsed), should I follow your guide on step 1 to enable it or would that cause errors with my current setup?
EDIT: I did have to recompile sushosin just as you said.
Below are the steps that I followed:
Code:
1. CentOS/RHEL 7.x:
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
2.
yum install yum-plugin-replace
yum replace php-common --replace-with=php56w-common
3.
yum install php56w-opcache
No errors but no mention of suhosin (only suhosin.ini under additional files parsed), should I follow your guide on step 1 to enable it or would that cause errors with my current setup?
EDIT: I did have to recompile sushosin just as you said.