Commit 9a23a62
committed
minor #10862 List the minor requirements in requirements.rst (bartvanraaij)
This PR was submitted for the 4.2 branch but it was merged into the 4.1 branch instead (closes #10862).
Discussion
----------
List the minor requirements in requirements.rst
I work for a development agency that doesn't do hosting themselves, so we rely on third party hosting (usually provided by the client).
Whenever a new server for a Symfony application needs to be set up the hosting people naturally ask for the server requirements. I find myself unable to answer that question completely because the docs don't specify the mentioned "minor requirements".
I'm aware of the existince of `symfony/requirements-checker` but this can't be used if the server isn't available yet.
So I thought it would be useful and helpful to list the "minor requirements" on this docs page. I've extracted the requirements from https://github.com/symfony/requirements-checker/blob/master/src/SymfonyRequirements.php .
While looking up the URLs for the PHP extensions' manual pages I noticed that all of them are installed and enabled by default in PHP7, so I've added that as a note as well. I think this makes it clear that, for a default Symfony application, there are no extra requirements other than PHP 7.1.3.
I've also made a few minor improvements to other sentences as well.
Commits
-------
71d61ab Update requirements.rst1 file changed
+39
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
12 | 37 | | |
13 | 38 | | |
14 | 39 | | |
15 | 40 | | |
16 | 41 | | |
17 | 42 | | |
18 | | - | |
| 43 | + | |
19 | 44 | | |
20 | 45 | | |
21 | 46 | | |
| |||
38 | 63 | | |
39 | 64 | | |
40 | 65 | | |
41 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
0 commit comments