为了账号安全,请及时绑定邮箱和手机立即绑定

为什么作为官方的扩展仓库,Pear只有602个包?

为什么作为官方的扩展仓库,Pear只有602个包?

PHP
红颜莎娜 2019-03-17 12:33:25
Pear(PHP Extension and Application Repository), 作为PHP开发者,我工作大半年后才知道这个东西...不知道是我太菜,还是真的是推广的不行,还是确实不好用... 按理下面的体验方式应该很棒啊(或者说很多扩展都需要另外配置configure参数?) pecl info redis pecl install redis pecl unisntall redis 我之前长期都是到github找扩展源码仓库,clone下来,phpize,configure(可能部分需要配置参数),make,make install(可选)... 按理说应该远不止602个包,难道是审核比较严格吗?我搜索了下流行的swoole和Phalcon貌似都找不到。(Pecl是有swoole的)。 大家知道是什么原因吗? ===== 补充下 ===== 之前问的有点问题,应该是Pecl(301)和Pear(602),难兄难弟,Pear可能是被Composer抢占市场了。Pecl可能写的人太少了吧。 PECL stands for PHP Extension Community Library, it has extensions written in C, that can be loaded into PHP to provide additional functionality. You need to have administrator rights, a C compiler and associated toolchain to install those extensions. PEAR is PHP Extension and Application Repository, it has libraries and code written IN php. Those you can simply download, install and include in your code.
查看完整描述

1 回答

?
阿波罗的战车

TA贡献1862条经验 获得超6个赞

swoole有的呀!pecl install swoole 就可以的!

查看完整回答
反对 回复 2019-03-18
  • 1 回答
  • 0 关注
  • 378 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信