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.
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.
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