Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23323 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37404 invoked by uid 1010); 12 May 2006 21:56:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 37389 invoked from network); 12 May 2006 21:56:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 May 2006 21:56:04 -0000 X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:46349] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 00/76-19568-47405644 for ; Fri, 12 May 2006 17:56:04 -0400 Received: from baumbart.mbo (dslb-084-063-053-215.pools.arcor-ip.net [84.63.53.215]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 96E1E35C1D0; Fri, 12 May 2006 23:56:00 +0200 (CEST) Date: Fri, 12 May 2006 23:56:13 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1639731546.20060512235613@marcus-boerger.de> To: Pierre Cc: internals@lists.php.net, ilia@prohost.org (Ilia Alshanetsky) In-Reply-To: <20060512162542.74b09c6d@localhost.localdomain> References: <20060510175335.788a140d@localhost.localdomain> <446382A4.2080205@gmail.com> <28A0E031-9D8E-48DF-8B08-AA2D5AB6B2CE@prohost.org> <20060512162542.74b09c6d@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Win snapshot is not built (PHP 5.2) From: helly@php.net (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 changes as has always been with minor version in php. If we hadn't changes we would call it 5.1.5. Friday, May 12, 2006, 4:25:42 PM, you wrote: > On Fri, 12 May 2006 10:17:23 -0400 > ilia@prohost.org (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. 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+ >> >> >> I think this was planned for PHP 6 not PHP 5.2. Although I don't see >> a problem with making this change in 5.2 as well, does anyone have >> any objections? > Yes, I do not think it is wise to do it. Something quiet using E_ALL in > 5.x must remain quiet using 5.2. > However, there is maybe some edge cases where it makes sense. I do not > have any in mind. Best regards, Marcus