3

Just a minor niggle, but is there a way to get the old plain text formatted output from

php -i

Since v5.3 it seems to output everything in html format which is a mess from the command line.

René Höhle
  • 26,716
  • 22
  • 73
  • 82
Santrix
  • 875
  • 8
  • 10

1 Answers1

0

Then you should disable xdebug and set the html_errors parameter in your php.ini to 0. I think this should work.

html_errors=0

Disable HTML stack traces by Xdebug

Community
  • 1
  • 1
René Höhle
  • 26,716
  • 22
  • 73
  • 82