Skip to content

Fix PHP requirement in installation documentation #3198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Installing a Symfony2 Distribution
.. tip::

First, check that you have installed and configured a Web server (such
as Apache) with PHP 5.3.8 or higher. For more information on Symfony2
requirements, see the :doc:`requirements reference </reference/requirements>`.
as Apache) with PHP. For more information on Symfony2 requirements, see the
:doc:`requirements reference </reference/requirements>`.

Symfony2 packages "distributions", which are fully-functional applications
that include the Symfony2 core libraries, a selection of useful bundles, a
Expand Down
7 changes: 7 additions & 0 deletions reference/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Required
* ctype needs to be enabled
* Your ``php.ini`` needs to have the ``date.timezone`` setting

.. caution::

Be aware that Symfony2 has some known limitations when using PHP 5.3.8
or below. For more information see the `Requirements section of the readme`_

Optional
--------

Expand All @@ -48,3 +53,5 @@ Doctrine
If you want to use Doctrine, you will need to have PDO installed. Additionally,
you need to have the PDO driver installed for the database server you want
to use.

.. _`Requirements section of the readme`: https://github.com/symfony/symfony#requirements