Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23806 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65230 invoked by uid 1010); 31 May 2006 02:17:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65214 invoked from network); 31 May 2006 02:17:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 May 2006 02:17:12 -0000 X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:11781] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 10/37-07504-7ACFC744 for ; Tue, 30 May 2006 22:17:11 -0400 Received: from foxbox (IGLD-84-228-79-24.inter.net.il [84.228.79.24]) by gw2.emini.dk (Postfix) with ESMTP id 6DB5DB43C6; Wed, 31 May 2006 04:17:06 +0200 (CEST) Message-ID: <06f301c68457$ffa0b060$6602a8c0@foxbox> Reply-To: "Steph Fox" To: "Marcus Boerger" , "Christian Schneider" , "Andi Gutmans" Cc: "Antony Dovgal" , , "Hannes Magnusson" Date: Wed, 31 May 2006 04:14:49 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] Re: cvs: ZendEngine2(PHP_5_2) / zend_compile.czend_object_handlers.c /tests bug37632.phpt From: steph@zend.com ("Steph Fox") Now if we were _really_ sneaky, we'd make E_DEVEL visible in 'lint mode' only... >> At 03:02 PM 5/30/2006, Marcus Boerger wrote: >>> whatever the patch looks like, it is a change from 5.0.0's E_STRICT >>>to a E_COMPILE_ERROR and actually fixes another problem. This raises >>>an interesting question. How long must we wait until we can follow the >>>E_STRICT idea and change a specific E_STRICT into a fatal error. Must >>>it be until eternity? >> >> E_STRICT doesn't mean that those warnings will become errors down the >> road. It just enforces best practices, and some might deprecate and some >> might not... > > Now that's why I suggested E_DEVEL for 'advisory' issues. The problem is > that E_STRICT, according to the manual and most of the dev team, is only > there for 'real' deprecation issues. > > - Steph > >> Andi >