barbushin / php-console

Handle PHP errors, dump variables, execute PHP code remotely in Google Chrome
https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef
MIT License
1.34k stars 283 forks source link

output buffering never ends #167

Open ikeyan opened 4 years ago

ikeyan commented 4 years ago

https://github.com/barbushin/php-console/blob/aaf84d32782ef6122732b43b1e26cb15fd12f7c5/src/PhpConsole/Connector.php#L125

Apparently this ob_start() doesn't have a matching ob_end_clean / ob_end_flush / ob_get_clean / ob_get_flush. If so, I'd like to make a PR to remove that line.