merged branch vicb/php5.3.16 (PR #6795)

This PR was merged into the 2.1 branch.

Commits
-------

5aa83ad KNOWN_ISSUES with php 5.3.16

Discussion
----------

KNOWN_ISSUES with php 5.3.16

see https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php#L137

---------------------------------------------------------------------------

by vicb at 2013-01-18T12:33:57Z

SymfonyRequirements is already updated with this
This commit is contained in:
Fabien Potencier 2013-01-18 17:11:07 +01:00
commit 9223c5acfd

View File

@ -27,6 +27,9 @@ work for you:
* 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 Reflexion sub-system and is not suitable to
run Symfony2 (https://bugs.php.net/bug.php?id=62715)
Installation
------------