Skip to content

Commit 6f2dc2b

Browse files
committed
raised the minimum version of PHP
1 parent c706424 commit 6f2dc2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

book/installation.rst

Lines changed: 1 addition & 1 deletion
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.3 or higher. For more information on Symfony2
23+
as Apache) with PHP 5.3.4 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`_ .

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.3 or above;
17+
* PHP version 5.3.4 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.3 or higher.
20+
Apache) with PHP 5.3.4 or higher.
2121

2222
.. tip::
2323

0 commit comments

Comments
 (0)