Answer the question
In order to leave comments, you need to log in
How to upgrade php-fpm version (in conjunction with NGINX) on CentOS 7?
Tell me how to correctly update the php-fpm version on CentOS 7, PHP 5.4.16 is currently installed.
Answer the question
In order to leave comments, you need to log in
If you need to update packages from the standard repository, then just yum update
. If you want to use another repository with a more recent version, then you need to connect the repository and install the latest versions. Here is an example using the https://webtatic.com
PHP 5.6 repository
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
yum install php56w-fpm php56w-opcache
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
yum install php70w-fpm php70w-opcache
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question