ID: 25875 Updated by: [EMAIL PROTECTED] Reported By: oleth5962 at yahoo dot gr -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: win xp PHP Version: 4.3.3 New Comment:
It's set to 'On' inside the sources. (Try without any php.ini and you'll see many options have default values..) Previous Comments: ------------------------------------------------------------------------ [2003-10-15 07:12:04] tony2001 at phpclub dot net I don't see any bugs here. The value in php.ini is commented out and doesn't affect on this directive. Just look into phpinfo() and you'll find, that display_errors is On by default. The fact, that commented string in php.ini contains "Off" means, that it is recommended to set it Off on production servers. ------------------------------------------------------------------------ [2003-10-15 05:52:47] oleth5962 at yahoo dot gr Description: ------------ In the section "XXVI. Error Handling and Logging Functions" of PHP Manual, display_errors is said to be default to "1". Instead there is the following section in php.ini : ; display_errors = Off [Security] ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25875&edit=1