Home » Categories » Webmin » Virtualmin

Virtualmin - Installing PHP 7.4 and/or 8.0 on CentOS 7


enable epel repo

yum install https://rpms.remirepo.net/enterprise/remi-release-7.rpm && yum clean all

yum install php74 php74-php php74-build php74-runtime
yum install php74-php-{cli,dba,pdo,fpm,zip,gd,xml,mysqlnd,opcache}
yum install php74-php-{ast,bcmath,componere,dbg,devel,embedded,enchant,gmp,imap,intl,ioncube-loader,ldap,mbstring,odbc,pear,pecl-apcu,pecl-apcu-devel,soap,xmlrpc}
yum install php74-php-pecl-{imagick,imagick-devel,mcrypt,memcache,memcached,mysql,scrypt}

yum install php81 php81-php php81-build php81-runtime
yum install php81-php-{cli,dba,pdo,fpm,zip,gd,xml,mysqlnd,opcache}
yum install php81-php-{ast,bcmath,dbg,devel,embedded,enchant,gmp,imap,intl,ldap,mbstring,odbc,pear,pecl-apcu,pecl-apcu-devel,soap}
yum install php81-php-pecl-{xmlrpc,imagick,imagick-devel,mcrypt,memcache,memcached,mysql,scrypt}

Article Rating (1 Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
 
Attachments Attachments
There are no attachments for this article.
Comments Comments
There are no comments for this article. Be the first to post a comment.
Related Articles RSS Feed
Add cron jobs directly to Scheduled Cron Jobs
Viewed 584 times since Tue, Jul 19, 2022
Where is path for rh-php73 in CentOS
Viewed 810 times since Fri, Feb 5, 2021
How to show content (files) in directory in browser?
Viewed 511 times since Fri, Feb 5, 2021
Allow user to create database in a virtual domain
Viewed 483 times since Thu, Feb 4, 2021
Multiple PHP Versions - Installing PHP 7.4 and/or 8.0 on CentOS 7
Viewed 856 times since Wed, Dec 22, 2021