PHP Bugs  
php.net | support | documentation | report a bug | advanced search | search howto | statistics | login

go to bug id or search bugs for  

Bug #25875 display_errors
Submitted:15 Oct 2003 5:52am UTC Modified: 15 Oct 2003 7:17am UTC
From:oleth5962 at yahoo dot gr Assigned to:
Status:Bogus Category:Documentation problem
Version:4.3.3 OS:win xp
View/Vote Developer Edit Submission

Welcome! If you don't have a SVN account, you can't do anything here. You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
SVN Username: SVN Password:
Quick Fix:
Status: Assign to:
Category:
Summary:
From: oleth5962 at yahoo dot gr
New email:
Version: OS:
New/Additional Comment:

[15 Oct 2003 5:52am UTC] 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]

[15 Oct 2003 7:12am UTC] 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.
[15 Oct 2003 7:17am UTC] sniper@php.net
It's set to 'On' inside the sources. (Try without any php.ini and you'll
see many options have default values..)

RSS feed | show source 

PHP Copyright © 2001-2009 The PHP Group
All rights reserved.
Last updated: Sat Nov 21 10:30:49 2009 UTC