jrgp / linfo

Linfo PHP Server Health Status
MIT License
361 stars 73 forks source link

ob_start error in html output #90

Closed JohnAdib closed 6 years ago

JohnAdib commented 6 years ago

I have this errors in windows

Warning: ob_start(): output handler 'ob_gzhandler' conflicts with 'zlib output compression' in D:\xampp\htdocs\Projects\github\linfo\src\Linfo\Output\Html.php on line 150

Notice: ob_start(): failed to create buffer in D:\xampp\htdocs\Projects\github\linfo\src\Linfo\Output\Html.php on line 150

probably it's because don't clean last ob_start and start again. it try to fix this and send as pull request

JohnAdib commented 6 years ago

I send fix in https://github.com/jrgp/linfo/pull/91

jrgp commented 6 years ago

Thanks for your PR