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.
Shane
The correct solution is to untie phpinfo() from html_erros....
marcus
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php