On Sat, Mar 10, 2012 at 3:49 PM, Robert <[email protected]> wrote: > The problem is that in the .tgz archive some files have .ph extensions > instead of .php (e.g \symfony\vendor\symfony\src\Symfony\Component > \DependencyInjection\Compiler\ResolveDefinitionTemplatesPass.ph). > The solution is to use the .zip file not the .tgz.
Sounds like a file length limitation of your zip application. Try http://7-zip.org ? Or perhaps it's just the TGZ format that's messed up. Cheers -- Jordi Boggiano @seldaek :: http://seld.be/ -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en
