Skip to content

Commit 5967606

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: deprecate passing an associative array to GroupSequence [Uid] Add `MockUuidFactory` for deterministic UUID generation in tests deprecate extending RememberMeDetails using legacy constructor signature [Notifier][LOX24] Add Lox24 webhook request parser support [WebProfilerBundle] Upgrade mermaid to v11.12.0 [MonologBridge] Deprecate `NotFoundActivationStrategy` Simplify ConsoleFormatterTest deprecate implicit constraint option names in YAML/XML mapping files [Security] Fix preload warning in `AuthorizationChecker` [Notifier] Add support for building SmsEvent by dlr_code and RemoteEvent for other LOX24 webhook event types allow protocols to be passed as a string Fix merge fix high deps tests
2 parents fe082c1 + 76493fb commit 5967606

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Authorization/AuthorizationChecker.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
1818
use Symfony\Component\Security\Core\User\UserInterface;
1919

20+
// Help opcache.preload discover always-needed symbols
21+
class_exists(AbstractToken::class);
22+
class_exists(OfflineTokenInterface::class);
23+
2024
/**
2125
* AuthorizationChecker is the main authorization point of the Security component.
2226
*

0 commit comments

Comments
 (0)