On Dec 21, 2007 9:04 PM, slinky66 <[EMAIL PROTECTED]> wrote: > > Can someone show me the right way to upgrade using pear? > > pear upgrade symfony/1.0.10
1.0.10 is not a package name but the version. the syntax is: <channel>/<package name><-version or state> ex: pear install symfony/symfony-1.0.1 // force install of 1.0.1 pear upgrade symfony/symfony // upgrade to the latest release matching your prefered state (stable by default) The pear manaul (http://pear.php.net) as well as the "pear help" command contains all these informations, if you need more details :) -- Pierre http://blog.thepimp.net | http://www.libgd.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
