Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6891 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4323 invoked by uid 1010); 8 Jan 2004 20:24:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 4298 invoked from network); 8 Jan 2004 20:24:41 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 8 Jan 2004 20:24:41 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id E7A351488089; Thu, 8 Jan 2004 12:22:00 -0800 (PST) Received: from obsidian (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id 1529A1488087; Thu, 8 Jan 2004 12:21:55 -0800 (PST) Message-ID: <030c01c3d625$36d86070$8802a8c0@obsidian> To: "Daniel Convissor" , "PHP Internals List" References: <20040108183103.GA21154@panix.com> <00c101c3d619$0ecb3230$8b018552@titan> <20040108190053.GA25414@panix.com> <00f001c3d61a$e07ba840$8b018552@titan> <20040108201000.GA6040@panix.com> Date: Thu, 8 Jan 2004 20:23:00 -0000 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_30,QUOTED_EMAIL_TEXT,REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] new win32 snapshot: changing .exe names From: wez@thebrainroom.com ("Wez Furlong") And you have c:/program files/php dir in your path, right? If you don't have it in your path, it won't work. > On Thu, Jan 08, 2004 at 07:09:01PM -0000, Wez Furlong wrote: > > That doesn't work, since the php5*.dll is not found in the > > same dir as the exe. > > Huh? What I've been doing... > > To run CLI the script's pound bang is > #! c:/progra~1/php/cli/php > To run CGI the script's pound bang is > #! c:/progra~1/php/php > > Worked just fine. Wouldnt be much different under the new file name > system, using different file names instead of different directory names.