首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何安装php-imap

如何安装php-imap
EN

Stack Overflow用户
提问于 2021-11-19 03:00:34
回答 1查看 130关注 0票数 0

我需要在我的远程server.For上安装php-imap,在安装之前,我已经使用下面的命令搜索了php -imap。

代码语言:javascript
复制
yum search php

这是我的result.But我在this.How上找不到php-imap我应该在我的服务器上安装php-imap吗?

代码语言:javascript
复制
===================================================================== Name & Summary Matched: php ======================================================================
php.x86_64 : PHP scripting language for creating dynamic web sites
php-bcmath.x86_64 : A module for PHP applications for using the bcmath library
php-cli.x86_64 : Command-line interface for PHP
php-common.x86_64 : Common files for PHP
php-dba.x86_64 : A database abstraction layer module for PHP applications
php-dbg.x86_64 : The interactive PHP debugger
php-devel.x86_64 : Files needed for building PHP extensions
php-embedded.x86_64 : PHP library for embedding in applications
php-enchant.x86_64 : Enchant spelling extension for PHP applications
php-fpm.x86_64 : PHP FastCGI Process Manager
php-gd.x86_64 : A module for PHP applications for using the gd graphics library
php-gmp.x86_64 : A module for PHP applications for using the GNU MP library
php-intl.x86_64 : Internationalization extension for PHP applications
php-json.x86_64 : JavaScript Object Notation extension for PHP
php-ldap.x86_64 : A module for PHP applications that use LDAP
php-mbstring.x86_64 : A module for PHP applications which need multi-byte string handling
php-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases
php-odbc.x86_64 : A module for PHP applications that use ODBC databases
php-pdo.x86_64 : A database access abstraction module for PHP applications
php-pear.noarch : PHP Extension and Application Repository framework
php-pgsql.x86_64 : A PostgreSQL database module for PHP
php-process.x86_64 : Modules for PHP script using system process interfaces
php-recode.x86_64 : A module for PHP applications for using the recode library
php-snmp.x86_64 : A module for PHP applications that query SNMP-managed devices
php-soap.x86_64 : A module for PHP applications that use the SOAP protocol
php-xml.x86_64 : A module for PHP applications which use XML
php-xmlrpc.x86_64 : A module for PHP applications which use the XML-RPC protocol
========================================================================== Name Matched: php ===========================================================================
php-opcache.x86_64 : The Zend OPcache
php-pecl-apcu.x86_64 : APC User Cache
php-pecl-apcu-devel.x86_64 : APCu developer files (header)
php-pecl-zip.x86_64 : A ZIP archive management extension
EN

回答 1

Stack Overflow用户

发布于 2021-11-19 04:35:17

我在PHP网站的User Contributed Notes中找到了这个。这条评论是大约十个月前发布的。

用于CentOS的

如果您使用的是PHP 7.2,请运行以下命令:

yum安装sclo-php72-php-imap

然后使用以下命令重新启动Apache:

systemctl重新启动httpd

我不再运行Red Hat Linux,因此无法对其进行测试。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/70029334

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档