On Thu, 18 Dec 2003, Daniel Convissor wrote:

> Hi Pierre:
>
> On Thu, Dec 18, 2003 at 12:43:03PM +0100, Pierre-Alain Joye wrote:
> >
> > I got new messages (which where not displayed before):
> > : var: Deprecated. Please use the public/private/protected modifiers in
> > XXX.php on line XX
>
> I noticed the same thing.  The new E_STRICT reporting level produces such
> output.  But, E_STRICT is turned off by default.  Didn't have time to
> track down exactly what was going on, but I have a hunch that it is due to
> some of the PEAR install scripts set error_reporting by using numbers
> rather than constants.

That shouldn't matter. As 2047 was the highest number before, this would
still exclude E_STRICT which is 2048. E_ALL also doesn't include it.

Derick

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to