https://bugzilla.wikimedia.org/show_bug.cgi?id=72777

Bryan Davis <bda...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bda...@wikimedia.org

--- Comment #2 from Bryan Davis <bda...@wikimedia.org> ---
The place where we do the php version check is before the autoloader, so that
won't work to fix the problem. Maybe we can put a check in the
includes/debug/logger/legacy/Logger.php file itself that is outside of the
class. That way when our autoloader first requires the file we could check to
see if the PSR-3 classes are loaded/loadable or not. I'm not exactly sure how
to trigger a better global warning however. I think about the best we could do
is make an error_log() call that gives a more explanatory message.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to