News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
Downgrading a PECL Module
April 07, 2011 @ 11:03:12

Most of the time you spend using PECL modules, you'll either be upgrading or installing new ones. Occasionally, though, you might need to move the other direction and roll back to a previous version. This handy tip from Lorna Mitchell shows you the handy single-command method.

Recently I saw some weirdness in an existing application when I upgraded a PECL module that the application depended on. To figure out if that really was the problem, I wanted to downgrade the module to its previous version. There is no opposite command to "upgrade" but you can instruct pecl to install a specific version of a module, using the -f switch to force pecl to overwrite newer modules.

In her case, she needed to downgrade the pecl_oauth package to 1.0.0 from 1.1.0. The trick lies in the "-f" switch for the "pecl install" allowing you to specify the version to install.

0 comments voice your opinion now!
downgrade pecl module install version


blog comments powered by Disqus

Similar Posts

Community News: WordPress 2.2 Released

PeterGuy.com: How to install PHP 5.x on Windows Server 2003 with IIS 6

Zend Developer Zone: Using YAML With PHP and PECL

Ed Finkler's Blog: PHPSecInfo v0.2 now Available

New Earth Online: Caching PHP pages


Community Events











Don't see your event here?
Let us know!


phpunit code series podcast tool opinion testing unittest functional interview framework zendframework2 object example development community introduction language application release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework