Update README.md to min PHP 5.3.9

This commit is contained in:
Alexander Schwenn 2015-01-10 19:20:22 +01:00
parent 7192b2f2f6
commit c8857c100e
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
------------