I have installed OpenServer . After reinstalling it, all the output errors, fatal error , Exception s (even intercepted) and var_dump .

Now exceptions are not displayed at all, and if they are output without the stack trace . var_dump is output all in one line.

I understand all these settings in php.ini , help them configure.

    1 answer 1

    The line was commented out in php.ini :

     zend_extension="%sprogdir%/modules/php/%phpdriver%/ext/php_xdebug.dll" 

    Why no idea.