2
nitnip
5y

PHP should have another error. E_XDEBUG_IS_ACTIVATED. That way I wouldn't have spent weeks trying to figure out why my server was slow as shit.
What a piece of crap debugger. IDE integration is not worth the time overhead. I wish I had known phpdbg was a thing.

Comments
  • 1
    Now would be a bad time mention phpinfo() shows these things 😏
  • 0
    @C0D4

    I know it does. So does php -v (since Xdebug is a zend module) and php -m BUT php -i (phpinfo) does NOT tell you Xdebug will slow everything down to a crawl.
Add Comment