On Sun, 16 Mar 2003, Shane Caraveo wrote: >Marcus Boerger wrote: >> helly Sun Mar 16 15:47:56 2003 EDT >> >> Modified files: >> /php4/main main.c >> /php4 php.ini-dist php.ini-recommended >> Log: >> - disable html_errors per default as suggested by php.ini-<xxx> >> - new error format that does not point to any documentation (if either >> not html_errors or no docref_root given e.g.: production boxes and default) >> - documentation update in php.ini-<xxx> >> # hope everyone is happy now >> # and why on earth was enabling html_errors default? > > >Sorry, not so happy. phpinfo() requires html_errors = on to display the >info page in html. Something needs to be done about that, since it's >awfully anoying to get plain text in that page when going over http.
IIRC, there is also a bug report about it too. "html_errors" should not affect anything else bug the error messages. I guess it was the easiest way to get the html-less phpinfo into CLI. (php -i) This whole phpinfo() stuff needs revisiting anyway.. --Jani -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php