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.7:
feature symfony#728 Added a new AppBundle to comply with Symfony Best Practices (javiereguiluz)
fixed Symfony version dep
updated VENDORS for 2.6.0-BETA2
Copy file name to clipboardExpand all lines: app/SymfonyRequirements.php
+12-2
Original file line number
Diff line number
Diff line change
@@ -440,8 +440,8 @@ public function __construct()
440
440
}
441
441
442
442
$this->addRequirement(
443
-
isset($timezones[date_default_timezone_get()]),
444
-
sprintf('Configured default timezone "%s" must be supported by your installation of PHP', date_default_timezone_get()),
443
+
isset($timezones[@date_default_timezone_get()]),
444
+
sprintf('Configured default timezone "%s" must be supported by your installation of PHP', @date_default_timezone_get()),
445
445
'Your default timezone is not supported by PHP. Check for typos in your <strong>php.ini</strong> file and have a look at the list of deprecated timezones at <a href="http://php.net/manual/en/timezones.others.php">http://php.net/manual/en/timezones.others.php</a>.'
'Set "<strong>mbstring.func_overload</strong>" to <strong>0</strong> in php.ini<a href="#phpini">*</a> to disable function overloading by the mbstring extension.'
0 commit comments