yum install php70u-opcache
vim /etc/php.ini
末尾添加
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=1
yum install php70u-opcache
vim /etc/php.ini
末尾添加
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=1
centos7 装了nginx 和 mariadb 以及php71u-fpm后,我开始尝试使用phpmyadmin 去连接数据库。
出现如下错误:
网上着直接安装mbstring
http://www.jb51.net/article/58612.htm
yum install php-mbstring
于是搜索下:
[root@localhost www]# yum search php71u-mbstring Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.yun-idc.com * epel: mirror.premi.st * extras: mirrors.tuna.tsinghua.edu.cn * ius: mirrors.tuna.tsinghua.edu.cn * updates: mirrors.nwsuaf.edu.cn * webtatic: us-east.repo.webtatic.com ========================================================================= N/S matched: php71u-mbstring ========================================================================== php71u-mbstring.x86_64 : A module for PHP applications which need multi-byte string handling Name and summary matches only, use "search all" for everything. [root@localhost www]#
果然有这个包,直接安装
yum -y install php71u-mbstring
然后重启php-fpm
systemctl restart php-fpm
刷新页面,出现了新的错误
缺少json,直接yum search 然后安装
重启php-fpm
今天在一台centos7的机器上安装mariadb 出现故障:
[root@localhost ~]# yum install mariadb101u-server Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.yun-idc.com * epel: mirror.premi.st * extras: mirrors.tuna.tsinghua.edu.cn * ius: mirrors.tuna.tsinghua.edu.cn * updates: mirrors.nwsuaf.edu.cn * webtatic: sp.repo.webtatic.com Resolving Dependencies --> Running transaction check ---> Package mariadb101u-server.x86_64 1:10.1.21-1.ius.centos7 will be installed --> Processing Dependency: mariadb101u-common(x86-64) = 1:10.1.21-1.ius.centos7 for package: 1:mariadb101u-server-10.1.21-1.ius.centos7.x86_64 --> Processing Dependency: mariadb101u-config(x86-64) = 1:10.1.21-1.ius.centos7 for package: 1:mariadb101u-server-10.1.21-1.ius.centos7.x86_64 --> Processing Dependency: mariadb101u-errmsg(x86-64) = 1:10.1.21-1.ius.centos7 for package: 1:mariadb101u-server-10.1.21-1.ius.centos7.x86_64 --> Processing Dependency: mariadb101u-libs(x86-64) = 1:10.1.21-1.ius.centos7 for package: 1:mariadb101u-server-10.1.21-1.ius.centos7.x86_64 --> Processing Dependency: lsof for package: 1:mariadb101u-server-10.1.21-1.ius.centos7.x86_64 --> Processing Dependency: mariadb101u(x86-64) for package: 1:mariadb101u-server-10.1.21-1.ius.centos7.x86_64 --> Processing Dependency: net-tools for package: 1:mariadb101u-server-10.1.21-1.ius.centos7.x86_64 --> Processing Dependency: perl(DBD::mysql) for package: 1:mariadb101u-server-10.1.21-1.ius.centos7.x86_64 --> Processing Dependency: perl(DBI) for package: 1:mariadb101u-server-10.1.21-1.ius.centos7.x86_64 --> Processing Dependency: perl(Data::Dumper) for package: 1:mariadb101u-server-10.1.21-1.ius.centos7.x86_64 --> Processing Dependency: rsync for package: 1:mariadb101u-server-10.1.21-1.ius.centos7.x86_64 --> Running transaction check ---> Package lsof.x86_64 0:4.87-4.el7 will be installed ---> Package mariadb101u.x86_64 1:10.1.21-1.ius.centos7 will be installed ---> Package mariadb101u-common.x86_64 1:10.1.21-1.ius.centos7 will be installed ---> Package mariadb101u-config.x86_64 1:10.1.21-1.ius.centos7 will be installed ---> Package mariadb101u-errmsg.x86_64 1:10.1.21-1.ius.centos7 will be installed ---> Package mariadb101u-libs.x86_64 1:10.1.21-1.ius.centos7 will be installed ---> Package net-tools.x86_64 0:2.0-0.17.20131004git.el7 will be installed ---> Package perl-DBD-MySQL.x86_64 0:4.023-5.el7 will be installed ---> Package perl-DBI.x86_64 0:1.627-4.el7 will be installed --> Processing Dependency: perl(RPC::PlServer) >= 0.2001 for package: perl-DBI-1.627-4.el7.x86_64 --> Processing Dependency: perl(RPC::PlClient) >= 0.2000 for package: perl-DBI-1.627-4.el7.x86_64 ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed ---> Package rsync31u.x86_64 0:3.1.2-1.ius.centos7 will be installed --> Running transaction check ---> Package perl-PlRPC.noarch 0:0.2020-14.el7 will be installed --> Processing Dependency: perl(Net::Daemon) >= 0.13 for package: perl-PlRPC-0.2020-14.el7.noarch --> Processing Dependency: perl(Net::Daemon::Test) for package: perl-PlRPC-0.2020-14.el7.noarch --> Processing Dependency: perl(Net::Daemon::Log) for package: perl-PlRPC-0.2020-14.el7.noarch --> Processing Dependency: perl(Compress::Zlib) for package: perl-PlRPC-0.2020-14.el7.noarch --> Running transaction check ---> Package perl-IO-Compress.noarch 0:2.061-2.el7 will be installed --> Processing Dependency: perl(Compress::Raw::Zlib) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch --> Processing Dependency: perl(Compress::Raw::Bzip2) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch ---> Package perl-Net-Daemon.noarch 0:0.48-5.el7 will be installed --> Running transaction check ---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 will be installed ---> Package perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 will be installed --> Processing Conflict: 1:mariadb101u-config-10.1.21-1.ius.centos7.x86_64 conflicts mariadb-libs < 1:10.1.21-1.ius.centos7 --> Processing Conflict: 1:mariadb101u-libs-10.1.21-1.ius.centos7.x86_64 conflicts mariadb-libs < 1:10.1.21-1.ius.centos7 --> Finished Dependency Resolution Error: mariadb101u-libs conflicts with 1:mariadb-libs-5.5.52-1.el7.x86_64 Error: mariadb101u-config conflicts with 1:mariadb-libs-5.5.52-1.el7.x86_64 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
按照之前看到的文章:
https://ninghao.net/blog/1368
系统本身自带 MariaDB,我们需要先删除掉系统本身带的,才能正常安装比较新的
yum remove mariadb-libs -y
[root@localhost ~]# yum remove mariadb-libs -y Loaded plugins: fastestmirror Resolving Dependencies --> Running transaction check ---> Package mariadb-libs.x86_64 1:5.5.52-1.el7 will be erased --> Processing Dependency: libmysqlclient.so.18()(64bit) for package: 2:postfix-2.10.1-6.el7.x86_64 --> Processing Dependency: libmysqlclient.so.18(libmysqlclient_18)(64bit) for package: 2:postfix-2.10.1-6.el7.x86_64 --> Running transaction check ---> Package postfix.x86_64 2:2.10.1-6.el7 will be erased --> Finished Dependency Resolution Dependencies Resolved ================================================================================================================================================================================= Package Arch Version Repository Size ================================================================================================================================================================================= Removing: mariadb-libs x86_64 1:5.5.52-1.el7 @base 4.4 M Removing for dependencies: postfix x86_64 2:2.10.1-6.el7 @anaconda 12 M Transaction Summary ================================================================================================================================================================================= Remove 1 Package (+1 Dependent package) Installed size: 17 M Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Erasing : 2:postfix-2.10.1-6.el7.x86_64 1/2 Erasing : 1:mariadb-libs-5.5.52-1.el7.x86_64 2/2 Verifying : 2:postfix-2.10.1-6.el7.x86_64 1/2 Verifying : 1:mariadb-libs-5.5.52-1.el7.x86_64 2/2 Removed: mariadb-libs.x86_64 1:5.5.52-1.el7 Dependency Removed: postfix.x86_64 2:2.10.1-6.el7 Complete!
然后再次进行安装,一切顺利
yum install mariadb101-server
然后启动
[root@localhost ~]# systemctl start mariadb
添加到开机启动中。
[root@localhost ~]# systemctl enable mariadb Created symlink from /etc/systemd/system/multi-user.target.wants/mariadb.service to /usr/lib/systemd/system/mariadb.service.
默认centos7的源中php的版本是5.6的
秉着使用最新的版本的原则,此次想要安装PHP7.0
添加源:
rpm -Uvh https://centos7.iuscommunity.org/ius-release.rpm
[root@localhost ~]# rpm -Uvh https://centos7.iuscommunity.org/ius-release.rpm Retrieving https://centos7.iuscommunity.org/ius-release.rpm warning: /var/tmp/rpm-tmp.tOxBVX: Header V4 DSA/SHA1 Signature, key ID 9cd4953f: NOKEY Preparing... ################################# [100%] Updating / installing... 1:ius-release-1.0-14.ius.centos7 ################################# [100%]
然后搜索php7,可以看到下面的软件包,直选择想要的直接yum install
[root@localhost ~]# [root@localhost ~]# yum search php7 Loaded plugins: fastestmirror ius | 2.3 kB 00:00:00 ius/x86_64/primary_db | 196 kB 00:00:02 Loading mirror speeds from cached hostfile * base: mirrors.yun-idc.com * epel: mirror.premi.st * extras: mirrors.tuna.tsinghua.edu.cn * ius: mirrors.tuna.tsinghua.edu.cn * updates: mirrors.nwsuaf.edu.cn * webtatic: sp.repo.webtatic.com =============================================================================== N/S matched: php7 =============================================================================== php70u-debuginfo.x86_64 : Debug information for package php70u php70u-ioncube-loader-debuginfo.x86_64 : Debug information for package php70u-ioncube-loader php70u-pecl-amqp-debuginfo.x86_64 : Debug information for package php70u-pecl-amqp php70u-pecl-apcu-debuginfo.x86_64 : Debug information for package php70u-pecl-apcu php70u-pecl-geoip-debuginfo.x86_64 : Debug information for package php70u-pecl-geoip php70u-pecl-igbinary-debuginfo.x86_64 : Debug information for package php70u-pecl-igbinary php70u-pecl-imagick-debuginfo.x86_64 : Debug information for package php70u-pecl-imagick php70u-pecl-redis-debuginfo.x86_64 : Debug information for package php70u-pecl-redis php70u-pecl-smbclient-debuginfo.x86_64 : Debug information for package php70u-pecl-smbclient php70u-pecl-xdebug-debuginfo.x86_64 : Debug information for package php70u-pecl-xdebug php71u-debuginfo.x86_64 : Debug information for package php71u php71u-pecl-apcu-debuginfo.x86_64 : Debug information for package php71u-pecl-apcu php71u-pecl-igbinary-debuginfo.x86_64 : Debug information for package php71u-pecl-igbinary php71u-pecl-imagick-debuginfo.x86_64 : Debug information for package php71u-pecl-imagick php71u-pecl-redis-debuginfo.x86_64 : Debug information for package php71u-pecl-redis php71u-pecl-xdebug-debuginfo.x86_64 : Debug information for package php71u-pecl-xdebug uwsgi-plugin-php70u-debuginfo.x86_64 : Debug information for package uwsgi-plugin-php70u mod_php70u.x86_64 : PHP module for the Apache HTTP Server mod_php71u.x86_64 : PHP module for the Apache HTTP Server mod_php71w.x86_64 : PHP module for the Apache HTTP Server php70u-bcmath.x86_64 : A module for PHP applications for using the bcmath library php70u-cli.x86_64 : Command-line interface for PHP php70u-common.x86_64 : Common files for PHP php70u-dba.x86_64 : A database abstraction layer module for PHP applications php70u-dbg.x86_64 : The interactive PHP debugger php70u-devel.x86_64 : Files needed for building PHP extensions php70u-embedded.x86_64 : PHP library for embedding in applications php70u-enchant.x86_64 : Enchant spelling extension for PHP applications php70u-fpm.x86_64 : PHP FastCGI Process Manager php70u-fpm-httpd.noarch : Apache HTTP Server configuration for PHP-FPM php70u-fpm-nginx.noarch : Nginx configuration for PHP-FPM php70u-gd.x86_64 : A module for PHP applications for using the gd graphics library php70u-gmp.x86_64 : A module for PHP applications for using the GNU MP library php70u-imap.x86_64 : A module for PHP applications that use IMAP php70u-interbase.x86_64 : A module for PHP applications that use Interbase/Firebird databases php70u-intl.x86_64 : Internationalization extension for PHP applications php70u-ioncube-loader.x86_64 : IonCube Loader provides PHP Modules to read IonCube Encoded Files php70u-json.x86_64 : JavaScript Object Notation extension for PHP php70u-ldap.x86_64 : A module for PHP applications that use LDAP php70u-mbstring.x86_64 : A module for PHP applications which need multi-byte string handling php70u-mcrypt.x86_64 : Standard PHP module provides mcrypt library support php70u-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases php70u-odbc.x86_64 : A module for PHP applications that use ODBC databases php70u-opcache.x86_64 : The Zend OPcache php70u-pdo.x86_64 : A database access abstraction module for PHP applications php70u-pdo-dblib.x86_64 : PDO driver Microsoft SQL Server and Sybase databases php70u-pear.noarch : PHP Extension and Application Repository framework php70u-pecl-amqp.x86_64 : Communicate with any AMQP compliant server php70u-pecl-apcu.x86_64 : APC User Cache php70u-pecl-apcu-devel.x86_64 : APCu developer files (header) php70u-pecl-apcu-panel.noarch : APCu control panel php70u-pecl-geoip.x86_64 : Extension to map IP addresses to geographic places php70u-pecl-igbinary.x86_64 : Replacement for the standard PHP serializer php70u-pecl-igbinary-devel.x86_64 : Igbinary developer files (header) php70u-pecl-imagick.x86_64 : Provides a wrapper to the ImageMagick library php70u-pecl-redis.x86_64 : Extension for communicating with the Redis key-value store php70u-pecl-smbclient.x86_64 : PHP wrapper for libsmbclient php70u-pecl-xdebug.x86_64 : PECL package for debugging PHP scripts php70u-pgsql.x86_64 : A PostgreSQL database module for PHP php70u-process.x86_64 : Modules for PHP script using system process interfaces php70u-pspell.x86_64 : A module for PHP applications for using pspell interfaces php70u-recode.x86_64 : A module for PHP applications for using the recode library php70u-snmp.x86_64 : A module for PHP applications that query SNMP-managed devices php70u-soap.x86_64 : A module for PHP applications that use the SOAP protocol php70u-tidy.x86_64 : Standard PHP module provides tidy library support php70u-xml.x86_64 : A module for PHP applications which use XML php70u-xmlrpc.x86_64 : A module for PHP applications which use the XML-RPC protocol php70w.x86_64 : PHP scripting language for creating dynamic web sites php70w-bcmath.x86_64 : A module for PHP applications for using the bcmath library php70w-cli.x86_64 : Command-line interface for PHP php70w-common.x86_64 : Common files for PHP php70w-dba.x86_64 : A database abstraction layer module for PHP applications php70w-devel.x86_64 : Files needed for building PHP extensions php70w-embedded.x86_64 : PHP library for embedding in applications php70w-enchant.x86_64 : Enchant spelling extension for PHP applications php70w-fpm.x86_64 : PHP FastCGI Process Manager php70w-gd.x86_64 : A module for PHP applications for using the gd graphics library php70w-imap.x86_64 : A module for PHP applications that use IMAP php70w-interbase.x86_64 : A module for PHP applications that use Interbase/Firebird databases php70w-intl.x86_64 : Internationalization extension for PHP applications php70w-ldap.x86_64 : A module for PHP applications that use LDAP php70w-mbstring.x86_64 : A module for PHP applications which need multi-byte string handling php70w-mcrypt.x86_64 : Standard PHP module provides mcrypt library support php70w-mysql.x86_64 : A module for PHP applications that use MySQL databases php70w-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases php70w-odbc.x86_64 : A module for PHP applications that use ODBC databases php70w-opcache.x86_64 : An opcode cache Zend extension php70w-pdo.x86_64 : A database access abstraction module for PHP applications php70w-pdo_dblib.x86_64 : MSSQL database module for PHP php70w-pear.noarch : PHP Extension and Application Repository framework php70w-pecl-apcu.x86_64 : APCu - APC User Cache php70w-pecl-apcu-devel.x86_64 : APCu developer files (header) php70w-pecl-igbinary.x86_64 : Replacement for the standard PHP serializer php70w-pecl-igbinary-devel.x86_64 : Igbinary developer files (header) php70w-pecl-imagick.x86_64 : Provides a wrapper to the ImageMagick library php70w-pecl-imagick-devel.x86_64 : Imagick developer files (header) php70w-pecl-memcached.x86_64 : Extension to work with the Memcached caching daemon php70w-pecl-mongodb.x86_64 : PECL package MongoDB driver php70w-pecl-redis.x86_64 : Extension for communicating with the Redis key-value store php70w-pecl-xdebug.x86_64 : PECL package for debugging PHP scripts php70w-pgsql.x86_64 : A PostgreSQL database module for PHP php70w-phpdbg.x86_64 : Interactive PHP debugger php70w-process.x86_64 : Modules for PHP script using system process interfaces php70w-pspell.x86_64 : A module for PHP applications for using pspell interfaces php70w-recode.x86_64 : A module for PHP applications for using the recode library php70w-snmp.x86_64 : A module for PHP applications that query SNMP-managed devices php70w-soap.x86_64 : A module for PHP applications that use the SOAP protocol php70w-tidy.x86_64 : Standard PHP module provides tidy library support php70w-xml.x86_64 : A module for PHP applications which use XML php70w-xmlrpc.x86_64 : A module for PHP applications which use the XML-RPC protocol php71u-bcmath.x86_64 : A module for PHP applications for using the bcmath library php71u-cli.x86_64 : Command-line interface for PHP php71u-common.x86_64 : Common files for PHP php71u-dba.x86_64 : A database abstraction layer module for PHP applications php71u-dbg.x86_64 : The interactive PHP debugger php71u-devel.x86_64 : Files needed for building PHP extensions php71u-embedded.x86_64 : PHP library for embedding in applications php71u-enchant.x86_64 : Enchant spelling extension for PHP applications php71u-fpm.x86_64 : PHP FastCGI Process Manager php71u-fpm-httpd.noarch : Apache HTTP Server configuration for PHP-FPM php71u-fpm-nginx.noarch : Nginx configuration for PHP-FPM php71u-gd.x86_64 : A module for PHP applications for using the gd graphics library php71u-gmp.x86_64 : A module for PHP applications for using the GNU MP library php71u-imap.x86_64 : A module for PHP applications that use IMAP php71u-interbase.x86_64 : A module for PHP applications that use Interbase/Firebird databases php71u-intl.x86_64 : Internationalization extension for PHP applications php71u-json.x86_64 : JavaScript Object Notation extension for PHP php71u-ldap.x86_64 : A module for PHP applications that use LDAP php71u-mbstring.x86_64 : A module for PHP applications which need multi-byte string handling php71u-mcrypt.x86_64 : Standard PHP module provides mcrypt library support php71u-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases php71u-odbc.x86_64 : A module for PHP applications that use ODBC databases php71u-opcache.x86_64 : The Zend OPcache php71u-pdo.x86_64 : A database access abstraction module for PHP applications php71u-pdo-dblib.x86_64 : PDO driver Microsoft SQL Server and Sybase databases php71u-pecl-apcu.x86_64 : APC User Cache php71u-pecl-apcu-devel.x86_64 : APCu developer files (header) php71u-pecl-apcu-panel.noarch : APCu control panel php71u-pecl-igbinary.x86_64 : Replacement for the standard PHP serializer php71u-pecl-igbinary-devel.x86_64 : Igbinary developer files (header) php71u-pecl-imagick.x86_64 : Provides a wrapper to the ImageMagick library php71u-pecl-redis.x86_64 : Extension for communicating with the Redis key-value store php71u-pecl-xdebug.x86_64 : PECL package for debugging PHP scripts php71u-pgsql.x86_64 : A PostgreSQL database module for PHP php71u-process.x86_64 : Modules for PHP script using system process interfaces php71u-pspell.x86_64 : A module for PHP applications for using pspell interfaces php71u-recode.x86_64 : A module for PHP applications for using the recode library php71u-snmp.x86_64 : A module for PHP applications that query SNMP-managed devices php71u-soap.x86_64 : A module for PHP applications that use the SOAP protocol php71u-tidy.x86_64 : Standard PHP module provides tidy library support php71u-xml.x86_64 : A module for PHP applications which use XML php71u-xmlrpc.x86_64 : A module for PHP applications which use the XML-RPC protocol php71w-bcmath.x86_64 : A module for PHP applications for using the bcmath library php71w-cli.x86_64 : Command-line interface for PHP php71w-common.x86_64 : Common files for PHP php71w-dba.x86_64 : A database abstraction layer module for PHP applications php71w-devel.x86_64 : Files needed for building PHP extensions php71w-embedded.x86_64 : PHP library for embedding in applications php71w-enchant.x86_64 : Enchant spelling extension for PHP applications php71w-fpm.x86_64 : PHP FastCGI Process Manager php71w-gd.x86_64 : A module for PHP applications for using the gd graphics library php71w-imap.x86_64 : A module for PHP applications that use IMAP php71w-interbase.x86_64 : A module for PHP applications that use Interbase/Firebird databases php71w-intl.x86_64 : Internationalization extension for PHP applications php71w-ldap.x86_64 : A module for PHP applications that use LDAP php71w-mbstring.x86_64 : A module for PHP applications which need multi-byte string handling php71w-mcrypt.x86_64 : Standard PHP module provides mcrypt library support php71w-mysql.x86_64 : A module for PHP applications that use MySQL databases php71w-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases php71w-odbc.x86_64 : A module for PHP applications that use ODBC databases php71w-opcache.x86_64 : An opcode cache Zend extension php71w-pdo.x86_64 : A database access abstraction module for PHP applications php71w-pdo_dblib.x86_64 : MSSQL database module for PHP php71w-pear.noarch : PHP Extension and Application Repository framework php71w-pecl-apcu.x86_64 : APCu - APC User Cache php71w-pecl-apcu-devel.x86_64 : APCu developer files (header) php71w-pecl-igbinary.x86_64 : Replacement for the standard PHP serializer php71w-pecl-igbinary-devel.x86_64 : Igbinary developer files (header) php71w-pecl-imagick.x86_64 : Provides a wrapper to the ImageMagick library php71w-pecl-imagick-devel.x86_64 : Imagick developer files (header) php71w-pecl-memcached.x86_64 : Extension to work with the Memcached caching daemon php71w-pecl-mongodb.x86_64 : PECL package MongoDB driver php71w-pecl-redis.x86_64 : Extension for communicating with the Redis key-value store php71w-pecl-xdebug.x86_64 : PECL package for debugging PHP scripts php71w-pgsql.x86_64 : A PostgreSQL database module for PHP php71w-phpdbg.x86_64 : Interactive PHP debugger php71w-process.x86_64 : Modules for PHP script using system process interfaces php71w-pspell.x86_64 : A module for PHP applications for using pspell interfaces php71w-recode.x86_64 : A module for PHP applications for using the recode library php71w-snmp.x86_64 : A module for PHP applications that query SNMP-managed devices php71w-soap.x86_64 : A module for PHP applications that use the SOAP protocol php71w-tidy.x86_64 : Standard PHP module provides tidy library support php71w-xml.x86_64 : A module for PHP applications which use XML php71w-xmlrpc.x86_64 : A module for PHP applications which use the XML-RPC protocol uwsgi-plugin-php70u.x86_64 : uWSGI - Plugin for PHP support Name and summary matches only, use "search all" for everything. [root@localhost ~]#