Skip to content

Commit 5c5d9f2

Browse files
committed
Merge branch '3.4' into 4.2
2 parents 93efc68 + 7054337 commit 5c5d9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public function load(array $configs, ContainerBuilder $container)
210210

211211
if ($this->isConfigEnabled($container, $config['session'])) {
212212
if (!\extension_loaded('session')) {
213-
throw new \LogicException('PHP extension "session" is required.');
213+
throw new LogicException('Session support cannot be enabled as the session extension is not installed. See https://www.php.net/session.installation for instructions.');
214214
}
215215

216216
$this->sessionConfigEnabled = true;

0 commit comments

Comments
 (0)