minor #13357 [2.7] Update README.md to min PHP 5.3.9 (xelaris)

This PR was merged into the 2.7 branch.

Discussion
----------

[2.7] Update README.md to min PHP 5.3.9

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

see 43c05650

Commits
-------

c8857c1 Update README.md to min PHP 5.3.9
This commit is contained in:
Fabien Potencier 2015-01-12 17:42:03 +01:00
commit eadb658c76
1 changed files with 3 additions and 14 deletions

View File

@ -14,21 +14,10 @@ to high traffic ones like Dailymotion or Yahoo! Answers.
Requirements
------------
Symfony is only supported on PHP 5.3.3 and up.
Symfony is only supported on PHP 5.3.9 and up.
Be warned that PHP versions before 5.3.8 are known to be buggy and might not
work for you:
* before PHP 5.3.4, if you get "Notice: Trying to get property of
non-object", you've hit a known PHP bug (see
https://bugs.php.net/bug.php?id=52083 and
https://bugs.php.net/bug.php?id=50027);
* before PHP 5.3.8, if you get an error involving annotations, you've hit a
known PHP bug (see https://bugs.php.net/bug.php?id=55156).
* PHP 5.3.16 has a major bug in the Reflection subsystem and is not suitable to
run Symfony (https://bugs.php.net/bug.php?id=62715)
Be warned that PHP 5.3.16 has a major bug in the Reflection subsystem and is
not suitable to run Symfony (https://bugs.php.net/bug.php?id=62715)
Installation
------------