Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6869 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72698 invoked by uid 1010); 8 Jan 2004 18:56:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 72664 invoked from network); 8 Jan 2004 18:56:03 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 8 Jan 2004 18:56:03 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 9B1191488089; Thu, 8 Jan 2004 10:53:23 -0800 (PST) Received: from zaneeb.thebrainroom.net (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id A09FE1488087; Thu, 8 Jan 2004 10:53:20 -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 i08Iu2b18500; Thu, 8 Jan 2004 18:56:03 GMT Message-ID: <00c101c3d619$0ecb3230$8b018552@titan> To: "Daniel Convissor" , "PHP Internals List" References: <20040108183103.GA21154@panix.com> Date: Thu, 8 Jan 2004 18:56: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.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") If you need to configure php5 separately from php4, you're going to be editing your server config anyway, so (IMO at least) this is not an issue. The CLI version should remain php.exe (this has been discussed before). Consider the CGI name change a progressive one that will help avoid confusion with CLI and CGI (which were *both* named php.exe). Now that PHP is expanding outside of the role of a webserver only language, more and more people will be using the CLI version of PHP especially now that win32 PHP is much more attractive for admin tasks (COM!) than it has been in previous releases. 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; clearly this is much more hassle to do for every snap than to change your server config only once :-) --Wez. > Both the CGI and CLI exe's are now in the base directory. CLI is called > "php.exe" and the CGI is called "php-cgi.exe." Please consider reversing > the names. Making the CLI "php-cli.exe" and the CGI "php.exe" will make > installation less of a hastle. > > Users and their computers expect the php.exe to be the CGI and are using > it to serve web pages. While having each user individually change their > files isn't insurmountable, it's an unnecessary step for many thousands of > people. And for some people, it's a step they'd need to repeat over and > over as they unzip new snapshots. > > By the way, thanks for renaming the dll. I'm looking forward to running 4 > and 5 concurrently as CGI's on my windows development system.