winzou / symfony2-checklist

139 stars 67 forks source link

Remove Apache Router #24

Closed Filoz closed 10 years ago

Filoz commented 10 years ago

Apache router was deprecated in Symfony 2.5 and will be removed in Symfony 3.0. Since the PHP implementation of the Router was improved, performance gains were no longer significant (while it's very hard to replicate the same behavior).

see: http://symfony.com/doc/current/cookbook/configuration/apache_router.html

fix this: https://github.com/winzou/symfony2-checklist/issues/20

winzou commented 10 years ago

You're right, thanks!