分享phpize的安装教程 [root@lancaihe swoole]# php -v
PHP 7.1.17 (cli) (built: Apr 26 2018 14:47:28) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.1.17, Copyright (c) 1999-2018, by Zend Technologies
[root@lancaihe swoole]# yum search php71u-devel
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* ius: mirrors.tuna.tsinghua.edu.cn
* remi-safe: mirrors.tuna.tsinghua.edu.cn
* updates: mirrors.aliyun.com
======================================= N/S matched: php71u-devel =======================================
php71u-devel.x86_64 : Files needed for building PHP extensions
Name and summary matches only, use "search all" for everything.
yum install -y php71u-devel
|