官方解释:
mod_php72w.x86_64 : PHP module for the Apache HTTP Server
php72w-fpm.x86_64 : PHP FastCGI Process Manager
php72w : 无此包
中文解释
mod_php72w.x86_64 : web服务器是Apache,要安装此包
php72w-fpm.x86_64 : FastCGI进程,一般配合nginx
php72w : 无此包,默认会安装mod_php72w
所以如果你的web服务器是Apache:yum mod_php72w
所以如果你的web服务器是nginx:yum php72w-fpm

其它包的含义:
php72w-common.x86_64 : Common files for PHP 原生文件,必装
php72w-cli.x86_64 : Command-line interface for PHP 供命令行操作用,根据需要安装
php72w-mysqlnd : A module for PHP applications that use MySQL databases 数据库mysql驱动模块
php72w-pgsql : A PostgreSQL database module for PHP 数据库PostgreSQL驱动模块
php72w-pdo : A database access abstraction module for PHP applications 数据库连接模块,底层依赖关系,捆绑安装
php72w-opcache : An opcode cache Zend extension php7缓存模块,据说能提速50%
php72w-mbstring : A module for PHP applications which need multi-byte string handling 切割中文字符模块不会乱码
php72w-gd : A module for PHP applications for using the gd graphics library 绘图模块
本文解析了PHP7.2中各种模块的功能及用途,包括mod_php72w用于Apache服务器,php72w-fpm适用于nginx服务器,以及其他常用模块如php72w-opcache、php72w-mysqlnd等的详细介绍。
652

被折叠的 条评论
为什么被折叠?



