直接用官方PPA源
sudo add-apt-repository -y ppa:ondrej/php
sudo apt-get update
显示软件安装包列表,是否已经有了PHP 7.1,可选
apt-cache pkgnames | grep php7.2
安装,2018年05月08日 星期二,现在的最新版是7.2
sudo apt-get install php7.2-fpm
安装pecl工具
apt-get install pecl
bash: phpize: command not found解决办法
(一)对于unbuntu,debian系统 解决办法是安装php5-dev这个包 命令:
apt-get install php5-dev
如果提示知道不到包只需更新下源即可
(二)对于centos系统 通过命令:
yum install php-devel 解决
pecl search swoole
pecl install swoole
Build process completed successfully Installing ‘/usr/include/php/20170718/ext/swoole/config.h’ Installing ‘/usr/include/php/20170718/ext/swoole/php_swoole.h’ Installing ‘/usr/lib/php/20170718/swoole.so’ install ok: channel://pecl.php.net/swoole-4.8.8 configuration option “php_ini” is not set to php.ini location You should add “extension=swoole.so” to php.ini
安装:
swool
zookeeper
qconf
rdkafka
hprose
扩展
|