Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54034 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54349 invoked from network); 18 Jul 2011 10:16:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2011 10:16:54 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:41153] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/67-08769-318042E4 for ; Mon, 18 Jul 2011 06:16:53 -0400 Received: from localhost (xdebug.org [127.0.0.1]) by xdebug.org (Postfix) with ESMTPS id 0446ADE146; Mon, 18 Jul 2011 11:16:48 +0100 (BST) Date: Mon, 18 Jul 2011 11:16:48 +0100 (BST) X-X-Sender: derick@whisky To: Ferenc Kovacs cc: PHP Internals In-Reply-To: Message-ID: References: <4E17F5A0.3070409@sugarcrm.com> <4E1B9343.3090000@sugarcrm.com> <967B58EB-C704-40CD-AFEE-D0CA2192F4FA@roshambo.org> <4E1DC072.8080300@sugarcrm.com> <4E1DE20E.20902@sugarcrm.com> <4E1DEE7C.8030203@sugarcrm.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] [VOTE] 5.4 features vote From: derick@php.net (Derick Rethans) On Wed, 13 Jul 2011, Ferenc Kovacs wrote: > On Wed, Jul 13, 2011 at 9:28 PM, Pierre Joye wrote: > > On Wed, Jul 13, 2011 at 9:14 PM, Stas Malyshev wrote: > >> > >> Nobody runs PHP with -n, who would you do that? INIs are the recommended > >> setting, if you ignore that, you do it at your own peril. > > > > I do in many situations while testing and debugging and that's why the > > default values exist. > > and our own tools use that also: pear and run-tests.php at least. run-tests.php does not use -n by default, there is even a run-tests.php switch to enabled it specifically. Derick