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)
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)