Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45486 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99162 invoked from network); 4 Sep 2009 08:25:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2009 08:25:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=scott@macvicar.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=scott@macvicar.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain macvicar.net from 97.107.131.220 cause and error) X-PHP-List-Original-Sender: scott@macvicar.net X-Host-Fingerprint: 97.107.131.220 whisky.macvicar.net Linux 2.6 Received: from [97.107.131.220] ([97.107.131.220:54953] helo=whisky.macvicar.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/25-00514-4FEC0AA4 for ; Fri, 04 Sep 2009 04:25:24 -0400 Received: from [192.168.1.105] (macvicar.demon.co.uk [80.177.111.173]) by whisky.macvicar.net (Postfix) with ESMTP id 9C9D34695F; Fri, 4 Sep 2009 04:25:21 -0400 (EDT) References: <20090904081640.GA28685@joeysmith.com> Message-ID: <753B9AED-C850-4EBA-A828-93A2542F81A2@macvicar.net> To: Joey Smith In-Reply-To: <20090904081640.GA28685@joeysmith.com> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (7A341) Mime-Version: 1.0 (iPhone Mail 7A341) Date: Fri, 4 Sep 2009 09:25:52 +0100 Cc: "internals@lists.php.net" Subject: Re: [PHP-DEV] shebang skipping in 5.3.0 From: scott@macvicar.net (Scott MacVicar) On 4 Sep 2009, at 09:16, Joey Smith wrote: > I can understand not having the 'shebang skipping' code > in both the SAPI *and* the scanner, but we probably > need to have it in at least ONE of them. :) > > Per his email[1] almost a year ago, Dmitry removed the > shebang line check from sapi/cgi/cgi_main.c in changeset > 264153, saying: > Removed shebang line check from CGI sapi (it is > checked by scanner) > > In http://tinyurl.com/me8528 (changeset 262275), nlopess > removed the code from the scanner. > > Oops? What's the problem your having? The skip code is still there just in a different bit. Scott