From 5bf065f339e68e93ca18c86536a08975853a37a5 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Tue, 11 Apr 2017 13:09:28 +0200 Subject: [PATCH] Requirements: Rewrite note about PHP 5.3.16 --- reference/requirements.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/requirements.rst b/reference/requirements.rst index 606b4e7a804..416083318e1 100644 --- a/reference/requirements.rst +++ b/reference/requirements.rst @@ -28,8 +28,8 @@ Required .. caution:: - Be aware that Symfony has some known limitations when using PHP 5.3.16. - For more information see the `Requirements section of the README`_. + Be aware that PHP 5.3.16 is not suitable to run Symfony, + because of a `major bug in the Reflection subsystem`_. Optional -------- @@ -59,3 +59,4 @@ to use. .. _`Requirements section of the README`: https://github.com/symfony/symfony/blob/2.7/README.md#requirements .. _`JSON extension`: https://php.net/manual/book.json.php .. _`ctype extension`: https://php.net/manual/book.ctype.php +.. _`major bug in the Reflection subsystem`: https://bugs.php.net/bug.php?id=62715