Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45504 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99987 invoked from network); 5 Sep 2009 13:35:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2009 13:35:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 204.13.248.71 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 204.13.248.71 mho-01-ewr.mailhop.org Received: from [204.13.248.71] ([204.13.248.71:62679] helo=mho-01-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F9/91-08099-C1962AA4 for ; Sat, 05 Sep 2009 09:35:25 -0400 Received: from cs181029147.pp.htv.fi ([82.181.29.147] helo=[127.0.0.1]) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1MjvQA-0005Jc-4W; Sat, 05 Sep 2009 13:35:14 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 82.181.29.147 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19Nthl5ucT4v2M0kQ7Pbz7htQuswFnIdrw= Message-ID: <4AA26950.1010206@sci.fi> Date: Sat, 05 Sep 2009 16:36:16 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Pierre Joye CC: jani.taskinen@iki.fi, Andi Gutmans , Joey Smith , internals@lists.php.net References: <20090904081640.GA28685@joeysmith.com> <753B9AED-C850-4EBA-A828-93A2542F81A2@macvicar.net> <20090904083457.GC28685@joeysmith.com> <698DE66518E7CA45812BD18E807866CE034153BA@us-ex1.zend.net> <4AA24FDB.90409@sci.fi> <4AA25E16.7040803@sci.fi> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] shebang skipping in 5.3.0 From: jani.taskinen@sci.fi (Jani Taskinen) Pierre Joye wrote: > On Sat, Sep 5, 2009 at 2:48 PM, Jani Taskinen wrote: >> You obviously don't understand at all what this is used for. >> Consider the case where you can't change webserver's configs. >> Or that you want to quickly test different PHP versions. >> What would be easier than simply switching the version in the shebang line? >> Quite legitimate and useful to me. And this has NOTHING to do with CLI. > > I do and I still don't agree. This edge case is not worth the effort > to maintain this feature for CGI. BC. Need I say more? --Jani