Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23576 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10922 invoked by uid 1010); 19 May 2006 14:15:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 10906 invoked from network); 19 May 2006 14:15:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 May 2006 14:15:54 -0000 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.184.233 wr-out-0506.google.com Linux 2.4/2.6 Received: from ([64.233.184.233:14953] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 9F/15-19568-913DD644 for ; Fri, 19 May 2006 10:15:53 -0400 Received: by wr-out-0506.google.com with SMTP id 69so809486wri for ; Fri, 19 May 2006 07:15:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer:sender; b=qy5jiwranXXb6y9lRq+6eBieM3Ep5BRYME8Oz4Uyva7R2C0FOP7NT/9xJ50iKpGos0VN69kB8kR1/fQ2A5r6TIMRZq6xSkYwo5pX78XCtXlo3ztNYINwshin4Ybd4r5lZDuJMOcU06SDavBELZbC5yDh8UFgDhLoU5F5mPpW/c8= Received: by 10.65.160.6 with SMTP id m6mr1437528qbo; Fri, 19 May 2006 07:15:47 -0700 (PDT) Received: from ?192.168.1.6? ( [72.59.8.142]) by mx.gmail.com with ESMTP id q14sm729523qbq.2006.05.19.07.15.47; Fri, 19 May 2006 07:15:47 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v750) Content-Transfer-Encoding: 7bit Message-ID: <947BC60F-8D8C-46F9-822C-DCA6B3C900EB@prohost.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: PHP Internals List Date: Fri, 19 May 2006 10:15:40 -0400 X-Mailer: Apple Mail (2.750) Sender: Ilia Alshanetsky Subject: Flamewar Summary Conclusion From: ilia@prohost.org (Ilia Alshanetsky) I'd like to thank everyone for voting on the topic and making their opinions known. The conclusion is that: E_STRICT will not be a part of E_ALL, however E_RECOVERABLE_ERROR will be, this means no "new" errors will appear for current user, as E_RECOVERABLE_ERROR is similar to what E_ERROR was in earlier releases. So the only affect is that value numeric value of E_ALL is greater then it was before. Marcus has already applied patch to this affect a few days ago (Thanks!). On the topic of "dynamic statics" the conclusion is that we do not want this in PHP 5.2 and people who need equivalent functionally can use class static vars that are arrays. Ilia Alshanetsky Advanced Internet Designs Inc. ilia@prohost.org