Hi all, Right now, the Symfony2 autoloader is part of the HttpFoundation component.
Obviously, an autoloader has nothing to do with HTTP, but this is the only component where it kind of make sense to store it. The other option would have to create a dedicated component for it but it always felt weird as this is really about just one class.
Now, as many people use the autoloader for non-Symfony apps, it's weird that they need to get the HttpFoundation component just to use the autoloader.
So, I'm about to move the autoloder to its own component (Autoloader). Any objection?
Fabien -- Fabien Potencier Sensio CEO - symfony lead developer sensiolabs.com | symfony-project.org | fabien.potencier.org Tél: +33 1 40 99 80 80 -- 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
