Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6876 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98116 invoked by uid 1010); 8 Jan 2004 19:09:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98061 invoked from network); 8 Jan 2004 19:09:07 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 8 Jan 2004 19:09:07 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 1947C1488089; Thu, 8 Jan 2004 11:06:26 -0800 (PST) Received: from zaneeb.thebrainroom.net (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id 136291488087 for ; Thu, 8 Jan 2004 11:06:22 -0800 (PST) Received: from titan (titan.thebrainroom.net [82.133.1.139]) by zaneeb.thebrainroom.net (8.11.6/8.11.6) with SMTP id i08J94b18975 for ; Thu, 8 Jan 2004 19:09:04 GMT Message-ID: <00f001c3d61a$e07ba840$8b018552@titan> To: "PHP Internals List" References: <20040108183103.GA21154@panix.com> <00c101c3d619$0ecb3230$8b018552@titan> <20040108190053.GA25414@panix.com> Date: Thu, 8 Jan 2004 19:09:01 -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.3790.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 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") That doesn't work, since the php5*.dll is not found in the same dir as the exe. > On Thu, Jan 08, 2004 at 06:56:00PM -0000, Wez Furlong wrote: > > > The old style dir structure meant that you had to rename the CGI and > > then move the CLI out of a sub-directory in order to be able to use > > both CLI and CGI on the same box; > > Or don't change anything and just call the CLI using a the full path. > Pretty simple.