May 13, 2011 at 1:12pm

Home

Downgrading a PECL module

Downgrading a PECL module is quite easy.

pecl install -f module-x.x.x

-f makes sure the current installed version of the module will be overwritten.

(Source: lornajane.net)