Updating to FirePHPCore RC via PEAR

classic Classic list List threaded Threaded
3 messages Options
Ken Park Ken Park
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Updating to FirePHPCore RC via PEAR

Hi,
if there is a way I can't figure it out: Is it possible to update to the release candidate through the pear-updater? I know this is merely a convenience, but very useful when one plays (compiles) around with the php-code a lot.


Thank you very much!

PS: I tried:
pear -d preferred_state=beta upgrade firephp/FirePHPCore
pear -d preferred_state=snapshot upgrade firephp/FirePHPCore

and
 pear -d preferred_state=snapshot install firephp/FirePHPCore
which gives:
firephp/FirePHPCore is already installed and is the same as the released version 0.3.1
install failed
Christoph Dorn Christoph Dorn
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Updating to FirePHPCore RC via PEAR

I have uploaded the RC to the pear channel.

Try now:

pear -d preferred_state=beta install firephp/FirePHPCore
Ken Park Ken Park
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Updating to FirePHPCore RC via PEAR

Thank you Christoph, really nice!

It worked doing:

pear install firephp/FirePHPCore-beta
Loading...