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: PayPal Launches Integration Center & Version 4 of PHP SDK

Community News: Latest PECL Releases for 07.24.2007

Community News: Latest PECL Releases for 11.28.2006

Community News: Latest PECL Releases for 02.13.2007

Leniel Macaferi's Blog: Installing PHP on Mac OS X Snow Leopard 10.6.5


Community Events











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


functional conference community database opinion podcast symfony2 series release zendframework2 testing rest phpunit framework interview usergroup development language google introduction

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