how to install an older version of a pecl package

Solution 1:

To downgrade, you can try this:

pecl install mongo-1.3.7


Then pecl list will show you that it worked.