Getting error when installing php in Centos 7.4 OPENSSL_1.0.2
To make it work on Centos 7
yum install -y php php-common
yum reinstall -y openssl openssl-libs
systemctl restart httpd
To make it work on Centos 7
yum install -y php php-common
yum reinstall -y openssl openssl-libs
systemctl restart httpd