Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26585 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84901 invoked by uid 1010); 14 Nov 2006 22:05:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84885 invoked from network); 14 Nov 2006 22:05:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2006 22:05:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.175 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.175 ug-out-1314.google.com Linux 2.4/2.6 Received: from [66.249.92.175] ([66.249.92.175:32437] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/72-02763-09D3A554 for ; Tue, 14 Nov 2006 17:05:06 -0500 Received: by ug-out-1314.google.com with SMTP id 80so1453028ugb for ; Tue, 14 Nov 2006 14:05:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p4lPbsFTYIe4xOGs3osZDDwNZ0vQmnrcSGiKSqV3l3nFp2Q+N+x17jVouBitlo6tVpMsgL6I/bj0cyJxwqCzBF0sktuBd6ZOFPMa5lYF47mGS+7It7Ke/MGiZAYuNf+DPSH4yD7C/EfaUtLAJfet9O7ZMLEPgZtA37TG2oqyJ68= Received: by 10.78.41.7 with SMTP id o7mr1458020huo.1163541901700; Tue, 14 Nov 2006 14:05:01 -0800 (PST) Received: by 10.78.137.6 with HTTP; Tue, 14 Nov 2006 14:05:01 -0800 (PST) Message-ID: Date: Tue, 14 Nov 2006 23:05:01 +0100 To: "Marcus Boerger" Cc: "Stanislav Malyshev" , "Dmitry Stogov" , internals@lists.php.net, "Andi Gutmans" In-Reply-To: <983767544.20061114230243@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <000c01c707d9$89673ad0$6e02a8c0@thinkpad> <684989330.20061114211523@marcus-boerger.de> <455A3AD6.4050305@zend.com> <983767544.20061114230243@marcus-boerger.de> Subject: Re: [PHP-DEV] cgi.check_shebang_line default value From: pierre.php@gmail.com (Pierre) Hello, On 11/14/06, Marcus Boerger wrote: > Hello Stanislav, > > why not use a command-line switch for itinstead an INI option? An ini setting is perfectly valid in this case, it can/should be set to off in 5.2.x and enabled in head. A command line options is really a bad alternative. --Pierre