From f4c1a2ed1d17a5ad253d831b9baaaf06efed4ed0 Mon Sep 17 00:00:00 2001 From: Pavel Batanov Date: Tue, 17 Feb 2015 13:03:39 +0300 Subject: [PATCH] symfony 2.7 requires at least php 5.3.9 --- reference/requirements.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/reference/requirements.rst b/reference/requirements.rst index 12c24d65e7a..920b0708b74 100644 --- a/reference/requirements.rst +++ b/reference/requirements.rst @@ -21,11 +21,17 @@ Below is the list of required and optional requirements. Required -------- -* PHP needs to be a minimum version of PHP 5.5.9 +* PHP needs to be a minimum version of PHP 5.3.9 * JSON needs to be enabled * ctype needs to be enabled * Your ``php.ini`` needs to have the ``date.timezone`` setting +.. caution:: + + Be aware that Symfony has some known limitations + when using PHP 5.3.16. For more information see the + `Requirements section of the README`_. + Optional -------- @@ -50,3 +56,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