Using PHP 7: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
rpm -Uvh remi-release-7.rpm | rpm -Uvh remi-release-7.rpm | ||
</pre> | </pre> | ||
<pre> | <pre> | ||
Line 54: | Line 32: | ||
ln -s /usr/bin/php73 /usr/bin/php | ln -s /usr/bin/php73 /usr/bin/php | ||
</pre> | </pre> | ||
Edit /etc/opt/remi/php73/php.ini to include the ioncube loader |
Revision as of 09:13, 6 May 2022
PHP 7 usage is still experimental...
Upgrade you PHP to php 7.2 by running:
On CentOS 6
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm rpm -Uvh remi-release-6.rpm
On CentOS 7
wget http://rpms.famillecollet.com/enterprise/remi-release-7.rpm rpm -Uvh remi-release-7.rpm
yum -y replace php-common --replace-with=php73-php-common yum -y install php73-php-cli yum -y install php73-php-pecl-http php73-php-pecl-http-devel yum -y install php73-php-pecl-mysql php73-php yum -y install php73-php-pecl-raphf php73-php-pear php55-php-ldap php73-php-cli php73-php-mysqlnd php73-php-xml yum -y install php73-php-pecl-mysql php73-php-pecl-http-devel php73-php-mbstring php73-php-process php73-php-pecl-http php73-php-json php73-php-pdo php73-php-pecl-mcrypt php73-php-pecl-zip yum -y remove "php55w*" mv /etc/php.ini.rpmsave /etc/php.ini mv /etc/opt/remi/php73/php.ini /etc/opt/remi/php73/php.ini.old ln -s /etc/php.ini /etc/opt/remi/php73/php.ini service httpd restart cp /usr/local/src/ioncube/ioncube_loader_lin_7.3.so /usr/lib64/php/modules \rm /usr/bin/php ln -s /usr/bin/php73 /usr/bin/php
Edit /etc/opt/remi/php73/php.ini to include the ioncube loader