You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.rst
0 commit comments