I'm looking to update a Zabbix 4.4 to a Zabbix 5.0 with a CentOS 7, so...
I was trying out PHP7 upgrade guide at Zabbix documentation and got stuck at some point.
The doc says to enable PHP 7.2 dependencies by installing PHP packages from Red Hat Software Collections:
I did that, but it was installed already.
Then I followed to list the new php7 packages, but it could not find any.
Any idea how to update that PHP?
I was trying out PHP7 upgrade guide at Zabbix documentation and got stuck at some point.
The doc says to enable PHP 7.2 dependencies by installing PHP packages from Red Hat Software Collections:
Code:
# yum install centos-release-scl Package centos-release-scl-2-3.el7.centos.noarch already installed and latest version Nothing to do
Then I followed to list the new php7 packages, but it could not find any.
Code:
# yum list rh-php7\* Error: No matching Packages to list
Comment