ID:               38887
 Updated by:       [EMAIL PROTECTED]
 Reported By:      wieza at terramail dot pl
-Status:           Open
+Status:           Bogus
 Bug Type:         Output Control
 Operating System: Fedora
 PHP Version:      5.1.6
 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.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




Previous Comments:
------------------------------------------------------------------------

[2006-09-19 22:55:59] wieza at terramail dot pl

Description:
------------
In php.ini I have
error_reporting = E_ALL & ~E_NOTICE

So according to php.ini manual it shouldn't display notices. Especially
as in php.ini display_errors is Off and log to file is on. But when I am
on my site sometimes there are displayed Notices(only notices, errors
and warning are logged to file ). I wrote sometimes, because I never
know wheter Notices will be displayed. I can open the same site 10
times, and sometimes there is Notice, sometimes there isn't.

I've tried to set in php.ini error_reporting others values(even 0) and
the problem is still appearing.

When in php code i call error_reporting(E_ALL ^ E_NOTICE), the problem
is solved and notices don't appear.

I have PHP 5.1.6 on lighttpd server.




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=38887&edit=1

Reply via email to