Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23402 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83784 invoked by uid 1010); 15 May 2006 18:47:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83769 invoked from network); 15 May 2006 18:47:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2006 18:47:41 -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:14761] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E0/9B-19568-CCCC8644 for ; Mon, 15 May 2006 14:47:40 -0400 Received: from foxbox (unknown [84.228.79.24]) by gw2.emini.dk (Postfix) with ESMTP id EE12CB1A80; Mon, 15 May 2006 20:47:34 +0200 (CEST) Message-ID: <083d01c67786$96d5b9f0$6602a8c0@foxbox> Reply-To: "Steph Fox" To: "Marcus Boerger" , "Greg Beaver" Cc: "Pierre-Alain Joye" , , "Brian Moon" References: <138663365.20060514205903@marcus-boerger.de> <038d01c676f8$ab9b3380$6602a8c0@foxbox> <44685D24.2000801@php.net> <1408277471.20060515204040@marcus-boerger.de> Date: Sun, 14 May 2006 20:45:33 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original 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] E_ALL changes in 5.2/6.0 From: steph@zend.com ("Steph Fox") > Ones again E_ALL is for development. For example to move PEAR code to PHP > 5. > It is not for running legacy apps. IF you guys want i'd be ok with adding > a > new mode say "E_RUN"... You think that - I think that. After Brian Moon's response I went and checked what the INI files distributed with PHP actually say. ini-dist is set at E_ALL & ~E_NOTICE ini-recommended is set at E_ALL I'd guess that's why Brian reports seeing E_ALL enabled on web hosts; they're advised to use the settings in ini-recommended, after all. (No I don't think we need E_RUN - we just need to rethink this.) - Steph