Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45106 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38942 invoked from network); 27 Jul 2009 21:26:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jul 2009 21:26:19 -0000 Authentication-Results: pb1.pair.com header.from=kkooporation@googlemail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kkooporation@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.219.228 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kkooporation@googlemail.com X-Host-Fingerprint: 209.85.219.228 mail-ew0-f228.google.com Received: from [209.85.219.228] ([209.85.219.228:54265] helo=mail-ew0-f228.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B8/24-01210-A7B1E6A4 for ; Mon, 27 Jul 2009 17:26:19 -0400 Received: by ewy28 with SMTP id 28so3634632ewy.23 for ; Mon, 27 Jul 2009 14:26:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=CQaPp/moQpo43JeQ13UgkW0gPR3iNdmgDN9NuAcCOGc=; b=tvE9nj+HJrLNIsmziSS30Ll3TfwjYC4UYLLlTSLhg2JWC/A2d0OUvYnt7M6Oo/UOK4 DEWa5a6nT+dDLMf2ENN560Pcja+hYhjz93AUZeD6szGOQHQjiBAZeQ6butrHdVpZqw6c cqaBtM4asx19XfrTDO7SZFdi3l3t7cyGp/B8o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=LHLLEQPy++QJgPc50PGmlSxS4Ax81bj0j/gVYt3I9fNAIciV2mkeXv8hvKSrTvtxVi Ry4+S/bKPIKizzDa/T+CMwk+sJAbAfX90HvlGKPTHyMnJx+gDUvOKXkZlVdlkWzI4E0J e3+pdGqnzy0R4alh674ugbaFfhJR4oxOZf+2A= Received: by 10.210.43.10 with SMTP id q10mr5239059ebq.23.1248729975799; Mon, 27 Jul 2009 14:26:15 -0700 (PDT) Received: from ?192.168.1.6? (91-165-200-151.rev.libertysurf.net [91.165.200.151]) by mx.google.com with ESMTPS id 10sm745655eyd.26.2009.07.27.14.26.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 27 Jul 2009 14:26:15 -0700 (PDT) Message-ID: <84582BE9-ABBC-4BC8-84C0-4ECD4688074A@googlemail.com> To: PHP Internals List Content-Type: multipart/alternative; boundary=Apple-Mail-1--163980552 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (iPod Mail 7A341) Date: Mon, 27 Jul 2009 22:22:36 +0200 X-Mailer: iPod Mail (7A341) Subject: Bug 42194 Open From: kkooporation@googlemail.com (Kenan Sulayman) --Apple-Mail-1--163980552 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit 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 --Apple-Mail-1--163980552--