Le Mar 25 Octobre 2005 19:22, Nelson A. de Oliveira a écrit :
> Hi!
>
> On 10/25/05, Pierre Habouzit <[EMAIL PROTECTED]> wrote:
> > > I already verified the config file (it was OK) and even restarted
> > > apache, but notices are still there.
> >
> > this is *really* odd
> >
> > could you hack for the sake of the test
> > e.g. /usr/share/flyspray/htdocs/index.php make it begin with :
> >
> > <?php echo error_reporting(); exit; ?>
> >
> > and tell me what number it says.
>
> It printed "2039".
> 2039 is the right number, right? However it isn't working.
> Could it be a bug on PHP4?

according to http://fr.php.net/error_reporting

it should, since E_NOTICE is 8, and 2039 + 8 = 2047

maybe you should disable E_USER_* too. please retry with setting :

E_ERROR | E_WARNING | E_PARSE

meaning 1 | 2 | 4 == 7

but i may be a PHP4 problem, and in that case, we should think reassign 
that bug. I'm sorry to confess I've no time to investigate this atm.
-- 
·O·  Pierre Habouzit
··O                                                [EMAIL PROTECTED]
OOO                                                http://www.madism.org

Attachment: pgpwJx43tS2cA.pgp
Description: PGP signature

Reply via email to