Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45502 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97000 invoked from network); 5 Sep 2009 13:22:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2009 13:22:29 -0000 Authentication-Results: pb1.pair.com header.from=marcot@tabini.ca; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=marcot@tabini.ca; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain tabini.ca from 206.190.53.34 cause and error) X-PHP-List-Original-Sender: marcot@tabini.ca X-Host-Fingerprint: 206.190.53.34 smtp129.rog.mail.re2.yahoo.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from [206.190.53.34] ([206.190.53.34:47625] helo=smtp129.rog.mail.re2.yahoo.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/F0-08099-41662AA4 for ; Sat, 05 Sep 2009 09:22:29 -0400 Received: (qmail 71690 invoked from network); 5 Sep 2009 13:22:25 -0000 Received: from unknown (HELO ?10.0.1.7?) (marcot@99.234.162.171 with plain) by smtp129.rog.mail.re2.yahoo.com with SMTP; 5 Sep 2009 13:22:25 -0000 X-YMail-OSG: vF3noegVM1mY7xSeTm3oX2OYAM3VopGp6cptP9EnHM2kl1s8kyNIQzfVNQ.g6IPIbg-- X-Yahoo-Newman-Property: ymail-3 Mime-Version: 1.0 (Apple Message framework v1075.2) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes In-Reply-To: Date: Sat, 5 Sep 2009 09:22:25 -0400 Cc: Tom Boutell , jani.taskinen@iki.fi, Andi Gutmans , Joey Smith , internals@lists.php.net Content-Transfer-Encoding: 7bit Message-ID: <30CAA781-B1EE-44E0-AC7B-47FF3DF48FE1@tabini.ca> 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> To: Pierre Joye X-Mailer: Apple Mail (2.1075.2) Subject: Re: [PHP-DEV] shebang skipping in 5.3.0 From: marcot@tabini.ca (Marco Tabini) > 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 :-) Mt.