Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23440 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9935 invoked by uid 1010); 16 May 2006 02:41:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9905 invoked from network); 16 May 2006 02:41:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2006 02:41:22 -0000 X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:7959] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id AE/9C-19568-E1739644 for ; Mon, 15 May 2006 22:21:19 -0400 Received: (qmail 6103 invoked from network); 16 May 2006 02:21:05 -0000 Received: from localhost (HELO ANDI-NOTEBOOK.zend.com) (127.0.0.1) by localhost with SMTP; 16 May 2006 02:21:05 -0000 Message-ID: <7.0.1.0.2.20060515191951.03913ec0@zend.com> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Mon, 15 May 2006 19:21:01 -0700 To: Brian Moon ,internals@lists.php.net In-Reply-To: <4468CD27.4010608@dealnews.com> References: <138663365.20060514205903@marcus-boerger.de> <038d01c676f8$ab9b3380$6602a8c0@foxbox> <44685D24.2000801@php.net> <1408277471.20060515204040@marcus-boerger.de> <083d01c67786$96d5b9f0$6602a8c0@foxbox> <4468CD27.4010608@dealnews.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] E_ALL changes in 5.2/6.0 From: andi@zend.com (Andi Gutmans) At 11:49 AM 5/15/2006, Brian Moon wrote: >Steph Fox wrote: >>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. > >Perhaps there should be an ini-development and an ini-production. "recommended" was born after "dist" because we wanted to show how to run PHP correctly (esp. BC breaking INI parameters such as register_globals=off which are recommended). It's a bit different from development vs. production which I agree would be very helpful. Question is how do we do it? Do we abandon the former for the latter, or is there a way to solve all at once? :) Andi