Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] Fixes reporting deprecations when logger is not ready yet #39938

Merged

Conversation

nunomaduro
Copy link
Member

This pull request addresses #286, and laracasts.com/discuss/channels/laravel/logmanager-not-found, by not trying to log deprecations if the deprecation itself comes while composer is trying to load the LogManager class.

It's unclear, at this time, where the deprecation comes from, but we suspect that it's from one of the LogManager class dependencies at one specific version that is allowed by our composer.json file.

@taylorotwell taylorotwell merged commit fada746 into 8.x Dec 8, 2021
@taylorotwell taylorotwell deleted the fix/fixes-reporting-deprecations-when-logger-not-ready branch December 8, 2021 15:13
@Levivb
Copy link

Levivb commented Apr 20, 2022

Unfortunately the issue isn't really fixed.
It seems to be related to a bug in php's opcache: php/php-src#8164

Will leave a comment there tomorrow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants