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

[5.5] Better cli detection for phpdbg #18781

Merged
merged 1 commit into from
Apr 11, 2017
Merged

[5.5] Better cli detection for phpdbg #18781

merged 1 commit into from
Apr 11, 2017

Conversation

jhoff
Copy link
Contributor

@jhoff jhoff commented Apr 11, 2017

Illuminate\Foundation\Application::runningInConsole() already checks to see if the current script is being run from cli or phpdbg, but there were a few other places in the application where only cli was being checked.

The primary need for this fix is that the Dumper class, used by dd would dump html output when running under phpdbg

@taylorotwell taylorotwell merged commit cf81c2a into laravel:master Apr 11, 2017
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.

2 participants