On Tue, Jul 1, 2008 at 10:59 PM, Eno <[EMAIL PROTECTED]> wrote: > Im assuming its not possible to have 1.1 and 1.0.17 on the same > machine unless one of the is inside a sandbox?
$ svn co http://symfonians.org/svn/branches/1.0 /usr/share/php/symfony10 $ svn co http://symfonians.org/svn/branches/1.1 /usr/share/php/symfony11 $ sudo ln -s /usr/bin/symfony10 /usr/share/php/symfony10/data/bin/symfony $ sudo ln -s /usr/bin/symfony11 /usr/share/php/symfony11/data/bin/symfony $ symfony10 -V $ symfony11 -V Cheers, -- Nicolas Perriault http://prendreuncafe.com - http://symfonians.net - http://sensiolabs.com Phone: +33 660 92 08 76 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
