ID: 25875 Comment by: tony2001 at phpclub dot net Reported By: oleth5962 at yahoo dot gr Status: Open Bug Type: Documentation problem Operating System: win xp PHP Version: 4.3.3 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [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