问题
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