Skip to content

Commit

Permalink
feature #3446 [WCM] Documented deprecation of the apache router. (jak…
Browse files Browse the repository at this point in the history
…zal)

This PR was merged into the master branch.

Discussion
----------

[WCM] Documented deprecation of the apache router.

| Q             | A
| ------------- | ---
| Doc fix?      | no
| New docs?     | no
| Applies to    | 2.5+
| Fixed tickets | -

Commits
-------

fdf4891 Documented deprecation of the apache router.
  • Loading branch information
weaverryan committed Jan 21, 2014
2 parents 0a0bf4c + fdf4891 commit 11e079b
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 11e079b

Please sign in to comment.