[PHP-DEV] E_NOTICE

2002-01-10 Thread Derick Rethans

Hello,

can somebody clarify why a E_NOTICE prints 'Warning' and E_USER_NOTICE
prints 'Notice'. IMO it is more clear to print 'Notice' in both cases.

Derick


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] E_NOTICE

2002-01-10 Thread Zak Greant

On 2002-10-01 07:38, Derick Rethans wrote:
> Hello,
>
> can somebody clarify why a E_NOTICE prints 'Warning' and E_USER_NOTICE
> prints 'Notice'. IMO it is more clear to print 'Notice' in both cases.

  It probably has something to do with maintaining backwards compatibility.
  Could we set a php.ini flag to control this behavior? ;>

  /me grins, dodges, runs and hides...

--zak

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] E_NOTICE

2002-01-10 Thread derick

On Thu, 10 Jan 2002, Zak Greant wrote:

> On 2002-10-01 07:38, Derick Rethans wrote:
> > Hello,
> >
> > can somebody clarify why a E_NOTICE prints 'Warning' and E_USER_NOTICE
> > prints 'Notice'. IMO it is more clear to print 'Notice' in both cases.
>
>   It probably has something to do with maintaining backwards compatibility.
>   Could we set a php.ini flag to control this behavior? ;>

:) Anyway, it doesn't make sense to me. IMO it should just show 'Notice'
for both cases.

>
>   /me grins, dodges, runs and hides...

/me chases zak with a stick.

Derick


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] E_NOTICE

2002-01-10 Thread Zak Greant

On 2002-10-01 07:49, [EMAIL PROTECTED] wrote:
> On Thu, 10 Jan 2002, Zak Greant wrote:
> > On 2002-10-01 07:38, Derick Rethans wrote:
> > > Hello,
> > >
> > > can somebody clarify why a E_NOTICE prints 'Warning' and
> > > E_USER_NOTICE prints 'Notice'. IMO it is more clear to print 'Notice'
> > > in both cases.
> >
> >   It probably has something to do with maintaining backwards
> > compatibility. Could we set a php.ini flag to control this behavior? ;>
> >
> :) Anyway, it doesn't make sense to me. IMO it should just show 'Notice'
> for both cases.

  Agreed. Having anything else is just confusing.

--zak

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] E_NOTICE

2002-01-10 Thread derick

On Thu, 10 Jan 2002, Zak Greant wrote:

> On 2002-10-01 07:49, [EMAIL PROTECTED] wrote:
> > On Thu, 10 Jan 2002, Zak Greant wrote:
> > > On 2002-10-01 07:38, Derick Rethans wrote:
> > > > Hello,
> > > >
> > > > can somebody clarify why a E_NOTICE prints 'Warning' and
> > > > E_USER_NOTICE prints 'Notice'. IMO it is more clear to print 'Notice'
> > > > in both cases.
> > >
> > >   It probably has something to do with maintaining backwards
> > > compatibility. Could we set a php.ini flag to control this behavior? ;>
> > >
> > :) Anyway, it doesn't make sense to me. IMO it should just show 'Notice'
> > for both cases.
>
>   Agreed. Having anything else is just confusing.

Fix ready, I only hit the enter key to commit :)

Derick


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] E_NOTICE

2002-01-10 Thread Markus Fischer

On Thu, Jan 10, 2002 at 04:30:01PM +0100, [EMAIL PROTECTED] wrote : 
> Fix ready, I only hit the enter key to commit :)

What is the BC impact?

-- 
Please always Cc to me when replying to me on the lists.

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] E_NOTICE

2002-01-10 Thread derick

On Thu, 10 Jan 2002, Markus Fischer wrote:

> On Thu, Jan 10, 2002 at 04:30:01PM +0100, [EMAIL PROTECTED] wrote :
> > Fix ready, I only hit the enter key to commit :)
>
> What is the BC impact?

Okay, this means no dinner for you!

Derick

>
> --
> Please always Cc to me when replying to me on the lists.
>
> --
> PHP Development Mailing List 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]