Skip to content

Commit 0f4b353

Browse files
committed
Merge pull request #1379 from MasterB/fix_requirements
Symfony 2.1 updated its minimum required PHP version to 5.3.3
2 parents 08c1472 + 7c6465d commit 0f4b353

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

book/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Downloading a Symfony2 Distribution
2020
.. tip::
2121

2222
First, check that you have installed and configured a Web server (such
23-
as Apache) with PHP 5.3.2 or higher. For more information on Symfony2
23+
as Apache) with PHP 5.3.3 or higher. For more information on Symfony2
2424
requirements, see the :doc:`requirements reference</reference/requirements>`.
2525
For information on configuring your specific web server document root, see the
2626
following documentation: `Apache`_ | `Nginx`_ .
@@ -262,4 +262,4 @@ download all the necessary vendor libraries.
262262
.. _`GitHub Bootcamp`: http://help.github.com/set-up-git-redirect
263263
.. _`Composer`: http://getcomposer.org/
264264
.. _`Apache`: http://httpd.apache.org/docs/current/mod/core.html#documentroot
265-
.. _`Nginx`: http://wiki.nginx.org/Symfony
265+
.. _`Nginx`: http://wiki.nginx.org/Symfony

contributing/code/patches.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Before working on Symfony2, setup a friendly environment with the following
1414
software:
1515

1616
* Git;
17-
* PHP version 5.3.2 or above;
17+
* PHP version 5.3.3 or above;
1818
* PHPUnit 3.6.4 or above.
1919

2020
Configure Git

quick_tour/the_big_picture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Downloading Symfony2
1717
--------------------
1818

1919
First, check that you have installed and configured a Web server (such as
20-
Apache) with PHP 5.3.2 or higher.
20+
Apache) with PHP 5.3.3 or higher.
2121

2222
Ready? Start by downloading the "`Symfony2 Standard Edition`_", a Symfony
2323
:term:`distribution` that is preconfigured for the most common use cases and

reference/requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Below is the list of required and optional requirements.
1919
Required
2020
--------
2121

22-
* PHP needs to be a minimum version of PHP 5.3.2
22+
* PHP needs to be a minimum version of PHP 5.3.3
2323
* JSON needs to be enabled
2424
* ctype needs to be enabled
2525
* Your PHP.ini needs to have the date.timezone setting

0 commit comments

Comments
 (0)