Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45505 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1310 invoked from network); 5 Sep 2009 13:37:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2009 13:37:27 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; 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:63765] helo=mho-01-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/E1-08099-79962AA4 for ; Sat, 05 Sep 2009 09:37:27 -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 1MjvS9-0005nq-3M; Sat, 05 Sep 2009 13:37:17 +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: U2FsdGVkX192rSeZiIUgtVVjUOUCIOP03t48T7uftaQ= Message-ID: <4AA269CB.6060806@sci.fi> Date: Sat, 05 Sep 2009 16:38:19 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Marco Tabini CC: Pierre Joye , Tom Boutell , 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> <30CAA781-B1EE-44E0-AC7B-47FF3DF48FE1@tabini.ca> In-Reply-To: <30CAA781-B1EE-44E0-AC7B-47FF3DF48FE1@tabini.ca> 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) Marco Tabini wrote: >> It would be really nice if everyone could consider that the other do >> understand what is being discussed but actually disagree. The question >> was actually: is it worth the effort? Who is seriously using CGI (not >> meaning fastcgi) with php these days? > > On shared hosts, CGI is often the only way to have your own custom > version of PHP. I don't know if that's relevant to this conversation, > though :-) It's quite relevant. It's actually one of the most important things I tried to explain Pierre already. And yes, people still use CGI these days. Not all of them have their own webservers running they can configure however they wish. --Jani