Re: [PHP-DEV] Re: Win snapshot is not built (PHP 5.2)

2006-05-12 Thread Marcus Boerger
Hello Pierre, hello Ilia, adding E_STRICT was an oversight from me. However we must have E_STRICT to be able to inform our user base about changes removals in upcoming version. That was decided upon in the PDM iirc. best regards marcus p.s.: this is a new version with some additions and change

Re: [PHP-DEV] Re: Win snapshot is not built (PHP 5.2)

2006-05-12 Thread Pierre
On Fri, 12 May 2006 10:17:23 -0400 [EMAIL PROTECTED] (Ilia Alshanetsky) wrote: > > On 11-May-06, at 2:29 PM, Bastian Grupe wrote: > > > Marian Kostadinov wrote: > >> There is an issue about error_reporting setting in php.ini. I > >> took my php > >> 5.1 php.ini file and used it for 5.2. Strangel

Re: [PHP-DEV] Re: Win snapshot is not built (PHP 5.2)

2006-05-12 Thread Ilia Alshanetsky
On 11-May-06, at 2:29 PM, Bastian Grupe wrote: Marian Kostadinov wrote: There is an issue about error_reporting setting in php.ini. I took my php 5.1 php.ini file and used it for 5.2. Strangely it seemed that E_STRICT suddenly turned on. Is this an intended change or a bug? AFAIK it was

Re: [PHP-DEV] Re: Win snapshot is not built (PHP 5.2)

2006-05-11 Thread Bastian Grupe
Marian Kostadinov wrote: There is an issue about error_reporting setting in php.ini. I took my php 5.1 php.ini file and used it for 5.2. Strangely it seemed that E_STRICT suddenly turned on. Is this an intended change or a bug? AFAIK it was intended to change E_ALL to include E_STRICT in 5.2+

Re: [PHP-DEV] Re: Win snapshot is not built (PHP 5.2)

2006-05-11 Thread Hannes Magnusson
There is an issue about error_reporting setting in php.ini. I took my php 5.1 php.ini file and used it for 5.2. Strangely it seemed that E_STRICT suddenly turned on. Is this an intended change or a bug? E_STRICT and E_RECOVERABLE_ERROR are now part of E_ALL -Hannes -- PHP Internals - PHP Runti