You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 2.1:
added a warning about a security issue when using the _internal route
updated VENDORS for 2.1.5
updated vendors to dev branches
updated VENDORS for 2.0.20
added default configuration for trusted proxies
Add a note to the 2.0 -> 2.1 upgrade guide about completing all steps before running composer install
updated VENDORS for 2.1.4
updated vendors to dev branches
updated VENDORS for 2.0.19
Conflicts:
app/config/config.yml
composer.lock
'Your project might not work properly due to the PHP bug #61453 ("Cannot dump definitions which have method calls"). Install PHP 5.4.1 or newer.'
532
532
);
533
533
534
+
if (null !== $pcreVersion) {
535
+
$this->addRecommendation(
536
+
$pcreVersion >= 8.0,
537
+
sprintf('PCRE extension should be at least version 8.0 (%s installed)', $pcreVersion),
538
+
'<strong>PCRE 8.0+</strong> is preconfigured in PHP since 5.3.2 but you are using an outdated version of it. Symfony probably works anyway but it is recommended to upgrade your PCRE extension.'
0 commit comments