ID: 29680 Updated by: [EMAIL PROTECTED] Reported By: tril2632 at hotmail dot com -Status: Open +Status: Bogus Bug Type: *General Issues Operating System: DEBIAN LINUX PHP Version: 5.0.0 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. . Previous Comments: ------------------------------------------------------------------------ [2004-08-14 17:58:26] tril2632 at hotmail dot com Description: ------------ Hello My problem is that error message are not displayed at all. I use in my code error_reporting(E_STRICT | E_ALL); and my phpinfo print me this information : error_reporting 2047 2047 So error message should be displayed !!! Reproduce code: --------------- <?php error_reporting(E_STRICT | E_ALL); echo "145; ?> Expected result: ---------------- a parse error message ... Actual result: -------------- nothing, the page is blank without any error message ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29680&edit=1