ID: 30389 Updated by: [EMAIL PROTECTED] Reported By: php at sharpdreams dot com -Status: Open +Status: Bogus Bug Type: Output Control Operating System: Any PHP Version: Irrelevant New Comment:
Use html_errors = Off for that. Previous Comments: ------------------------------------------------------------------------ [2004-10-11 05:02:23] php at sharpdreams dot com Description: ------------ If the INI setting error_prepend is set to anything, please remove the initial <br /> from output error messages. If the INI setting is not set, keep it with the initial <br />. Reproduce code: --------------- INI setting: ; error_prepend = "<font color=#ff0000>" PHP <?php some_fatal_error(); ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30389&edit=1
