How to list all versions of a pecl package

≡放荡痞女 提交于 2021-02-16 18:25:44

问题


Is it possible to list all versions of a pecl package?

pecl search xdebug, for example, only lists the latest 3.0.1 version. But I'm wanting the latest 2.x version.


回答1:


You can try this:

pecl install xdebug-2.9.8


来源:https://stackoverflow.com/questions/65399058/how-to-list-all-versions-of-a-pecl-package

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!