Closed
Description
Symfony version(s) affected
6.2 / 6.3
Description
While using Symfony Clock component and using preload, this raises an issue:
PHP message: PHP Fatal error: Cannot redeclare Symfony\Component\Clock\now() (previously declared in vendor/symfony/clock/Resources/now.php:22
How to reproduce
- Install symfony/clock component
- Use PHP opcache preload function
- Reload the page, check the error
Possible Solution
No response
Additional Context
No response