pecl install swoole报错:WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update

pecl 安装swoole扩展报错

执行

pecl channel-update pecl.php.net

pecl install swoole报错:WARNING: channel "pecl.php.net" has updated its protocols

接着报错

ERROR: unable to unpack /tmp/pear/download/swoole-4.4.13.tgz

是因为/tmp/pear/download/目录没有权限

chmod 777 -R /tmp/pear/download

pecl install swoole报错:WARNING: channel "pecl.php.net" has updated its protocols

相关文章:

  • 2021-04-16
  • 2021-09-06
  • 2022-01-06
  • 2021-04-06
  • 2022-12-23
  • 2021-07-21
  • 2021-12-20
  • 2022-12-23
猜你喜欢
  • 2021-08-26
  • 2021-12-28
  • 2021-12-30
  • 2022-12-23
  • 2021-05-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案