Skip to content

Commit 7948bba

Browse files
Merge branch '4.4' into 5.0
* 4.4: [DI] Fix CheckTypeDeclarationPass [Security/Http] don't require the session to be started when tracking its id [DI] fix preloading script generation
2 parents ec283f3 + 642b771 commit 7948bba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ErrorRenderer/CliErrorRenderer.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
use Symfony\Component\VarDumper\Cloner\VarCloner;
1616
use Symfony\Component\VarDumper\Dumper\CliDumper;
1717

18+
// Help opcache.preload discover always-needed symbols
19+
class_exists(CliDumper::class);
20+
1821
/**
1922
* @author Nicolas Grekas <[email protected]>
2023
*/

0 commit comments

Comments
 (0)