PHP-IMAP in VM not included

Operating system:
OS version:

Guys, I installed PHP 74 from VM repository and I can’t find a way to enable IMAP support and Mbstring support. Here’s what I did:

Installing PHP 7.4 on CentOS 7
Install Remi Release repo and clear cache:

yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm && yum clean all
Install PHP packages version 7.4:

yum -y install php74-php-{cli,pdo,fpm,zip,gd,xml,mysqlnd}

I also tried yum install php-imap butl, it said latest already installed. I also received this:
CentOS-Base.repo CentOS-x86_64-kernel.repo remi-php70.repo
CentOS-CR.repo epel.repo remi-php71.repo
CentOS-Debuginfo.repo epel-testing.repo remi-php72.repo
CentOS-fasttrack.repo remi-glpi91.repo remi-php73.repo
CentOS-Media.repo remi-glpi92.repo remi-php74.repo
CentOS-SCLo-scl.repo remi-glpi93.repo remi-php80.repo
CentOS-SCLo-scl-rh.repo remi-glpi94.repo remi.repo
CentOS-Sources.repo remi-modular.repo remi-safe.repo
CentOS-Vault.repo remi-php54.repo virtualmin.repo
[root@ns1 ~]# yum install php-imap
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile

Hi,

This is what you need:

yum -y install php74-php-{mbstring,imap}

Cooool… Thanks…

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.