You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core goals here landed in 2.x through ApplicationInfoProvider, now shared by both the CLI InfoCommand and the admin dashboard (AdminPayload surfaces PHP version, DB driver/version + driver mismatch, DB options, debug state and scheduler status on the web side). Web-vs-CLI differences are handled on the provider itself (identifySessionDriver($forWeb), the web-friendly session driver name from #3690), so we get CLI + web output from one source without the separate renderer/section abstraction proposed here.
Given that, and that this branch is a WIP that's drifted well behind 2.x, I'll close it as superseded.
The only piece not carried over is opcache status reporting in the info output (real status on web vs. always-disabled under CLI). Note this is distinct from #4569, which covers opcache flushing after package operations — different concern. If accurate opcache-status reporting is still wanted, it'd be a small standalone PR against the current ApplicationInfoProvider. Thanks for the groundwork here!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.