Skip to content

Commit

Permalink
Documented deprecation of the apache router.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Jan 8, 2014
1 parent 0f90fed commit fdf4891
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cookbook/configuration/apache_router.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ How to use the Apache Router
Symfony2, while fast out of the box, also provides various ways to increase that speed with a little bit of tweaking.
One of these ways is by letting Apache handle routes directly, rather than using Symfony2 for this task.

.. note::

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 behaviour).

Change Router Configuration Parameters
--------------------------------------

Expand Down

0 comments on commit fdf4891

Please sign in to comment.