From c8857c100e6ab2e54d82d0a73caef769f1023b7e Mon Sep 17 00:00:00 2001 From: Alexander Schwenn Date: Sat, 10 Jan 2015 19:20:22 +0100 Subject: [PATCH] Update README.md to min PHP 5.3.9 --- README.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 42607fbbfa..6d7d057cfd 100644 --- a/README.md +++ b/README.md @@ -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 ------------