Hi @stephdl,
In my last installation of PHP (2020-03-21 for Zabbix), I followed your wiki page: php-scl [NethServer Wiki]
# yum install -y http://mirror.de-labrusse.fr/NethServer/7/x86_64/nethserver-stephdl-1.0.7-1.ns7.sdl.noarch.rpm
# yum install -y http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
# yum install -y nethserver-php-scl --enablerepo=stephdl
The results were:
# rpm -qa | grep scl-
scl-utils-20130529-19.el7.x86_64
nethserver-php-scl-1.3.0-1.ns7.sdl.x86_64
centos-release-scl-rh-2-3.el7.centos.noarch
centos-release-scl-2-3.el7.centos.noarch
# ls -ls /opt/remi
total 0
0 dr-xr-xr-x 3 root root 32 14 févr. 16:22 php56
0 dr-xr-xr-x 3 root root 32 14 févr. 16:23 php70
0 dr-xr-xr-x 3 root root 32 14 févr. 16:23 php71
0 dr-xr-xr-x 3 root root 32 14 févr. 16:22 php72
0 dr-xr-xr-x 3 root root 32 14 févr. 16:22 php73 <============
0 dr-xr-xr-x 3 root root 32 14 févr. 16:23 php74 <============
# scl -l
php56
php70
php71
php72
php73 <============
php74 <============
At the Rh-php73 community project: PHP 7.3 — Software Collections , the search results for EOL or end of life are empty.
But at: https://access.redhat.com/support/policy/updates/rhscl-rhel7
Product Life Cycle of Red Hat Software Collections for Red Hat Enterprise Linux 7
So, I think the best way is to use PHP-7.3 and forget PHP-7.4 ???
What about PHP-8 ???
Michel-André