Keith wrote: > I am unable to upgrade to Symfony 1.1.0 rc1 following the provided > documentation. > > I type: > >> pear upgrade symfony/symfony-beta
You must type pear upgrade symfony/symfony-1.1.0RC1. As stable is >= to stable, PEAR will always install the latest version, which happen to be the 1.0.15. It can't handle the difference between 1.0 and 1.1. > > I receive 1.0.15 and then it tells me there is nothing to upgrade > > I have changed my pear config property preferred_state to beta already > and verified that it is set correctly. > > I have removed the channel and re-added it. > > When I run: > >> pear remote-list -c symfony > > I get: > pake 1.1.4 > sfEzpdo -n/a- > symfony 1.0.15 > > There is no mention of symfony 1.1 rc1 > > Any suggestions? On the forum someone suggested that this happens > after every 1.0 release. Is there a plan to go in there and update > the pear channel to fix the issue? There is no issue, this is just the way PEAR works. I will update the installation page on the symfony website to reflect this. Fabien > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
