Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45107 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42454 invoked from network); 27 Jul 2009 22:07:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jul 2009 22:07:34 -0000 Authentication-Results: pb1.pair.com header.from=gwynne@darkrainfall.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=gwynne@darkrainfall.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain darkrainfall.org from 208.97.132.207 cause and error) X-PHP-List-Original-Sender: gwynne@darkrainfall.org X-Host-Fingerprint: 208.97.132.207 caiajhbdccah.dreamhost.com Received: from [208.97.132.207] ([208.97.132.207:58929] helo=homiemail-a6.g.dreamhost.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/B4-01210-5252E6A4 for ; Mon, 27 Jul 2009 18:07:33 -0400 Received: from Moonstar.home (pool-71-174-84-161.bstnma.fios.verizon.net [71.174.84.161]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by homiemail-a6.g.dreamhost.com (Postfix) with ESMTP id 691D41436F; Mon, 27 Jul 2009 15:07:30 -0700 (PDT) Cc: PHP Internals List Message-ID: To: Kenan Sulayman In-Reply-To: <84582BE9-ABBC-4BC8-84C0-4ECD4688074A@googlemail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Mon, 27 Jul 2009 18:07:28 -0400 References: <84582BE9-ABBC-4BC8-84C0-4ECD4688074A@googlemail.com> X-Mailer: Apple Mail (2.935.3) Subject: Re: [PHP-DEV] Bug 42194 Open From: gwynne@darkrainfall.org (Gwynne Raskind) On Jul 27, 2009, at 4:22 PM, Kenan Sulayman wrote: > Regarding:"42194 Open $argc/$argv[] won't work when .php > extension is assigned to php.exe" > > Hi Folks! > Isn't it supposed to NOT pass the parameters when a script is called > passively? > > For instance, we assume I'd call: > | script.php abc def ghi | > > Whilst no binary given, Windows will map the call as: > | %phpdir%\php.exe script.exe | > Windows tends, as far as I know, to only pass the first parameter > ( script.php ) - which makes PHP unable to find the other parameters. > > So - am I right, or is that fixable? > > Have a nice day, > Kenan Sulayman If you have something to say about a bug, please post it as a comment on the bug report itself. You can do so using the interface at . -- Gwynne