Skip to content

Commit 11e079b

Browse files
committed
feature symfony#3446 [WCM] Documented deprecation of the apache router. (jakzal)
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.
2 parents 0a0bf4c + fdf4891 commit 11e079b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cookbook/configuration/apache_router.rst

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ How to use the Apache Router
77
Symfony2, while fast out of the box, also provides various ways to increase that speed with a little bit of tweaking.
88
One of these ways is by letting Apache handle routes directly, rather than using Symfony2 for this task.
99

10+
.. note::
11+
12+
Apache router was deprecated in Symfony 2.5 and will be removed in Symfony 3.0.
13+
Since the PHP implementation of the Router was improved, performance gains were no longer
14+
significant (while it's very hard to replicate the same behaviour).
15+
1016
Change Router Configuration Parameters
1117
--------------------------------------
1218

0 commit comments

Comments
 (0)