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
* 5.3:
[HttpClient] Remove deprecated usage of `GuzzleHttp\Promise\queue`
[PropertyAccess] Fix handling of uninitialized property of anonymous class
[FrameworkBundle] Allow default cache pools to be overwritten by user
[DependencyInjection] fix test
ResolveBindingsPass remove loading of class iterable
[FrameworkBundle] Avoid calling rtrim(null, '/') in AssetsInstallCommand
[DependencyInjection] Fix nested env var with resolve processor
Allow OutputFormatter::escape() to be used for escaping URLs used in <href>
allow a zero time-limit
[DependencyInjection] Ignore argument type check in CheckTypeDeclarationsPass if it's a Definition with a factory
[Validators] Add translations for Slovak #43735
if ($this->isConfigEnabled($container, $config['session'])) {
348
-
if (!\extension_loaded('session')) {
349
-
thrownewLogicException('Session support cannot be enabled as the session extension is not installed. See https://php.net/session.installation for instructions.');
if ($this->isConfigEnabled($container, $config['session'])) {
484
+
if (!\extension_loaded('session')) {
485
+
thrownewLogicException('Session support cannot be enabled as the session extension is not installed. See https://php.net/session.installation for instructions.');
0 commit comments