Re: [PHP-DEV] new win32 snapshot: changing .exe names

2004-01-08 Thread Daniel Convissor
On Thu, Jan 08, 2004 at 08:23:00PM -, Wez Furlong wrote: > 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. And a PHPRC environment variable set to that as well. Don't know why this wasn't the default recommendation on installing P

Re: [PHP-DEV] new win32 snapshot: changing .exe names

2004-01-08 Thread 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 -, 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... >

Re: [PHP-DEV] new win32 snapshot: changing .exe names

2004-01-08 Thread Daniel Convissor
On Thu, Jan 08, 2004 at 07:09:01PM -, 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~

Re: [PHP-DEV] new win32 snapshot: changing .exe names

2004-01-08 Thread Jani Taskinen
Uh..we had this discussion back when CLI was introduced.. please don't start another useless thread about this. It's fine as it is, move along. --Jani On Thu, 8 Jan 2004, Daniel Convissor wrote: >On Thu, Jan 08, 2004 at 06:56:00PM -, Wez Furlong wrote: >> If yo

Re: [PHP-DEV] new win32 snapshot: changing .exe names

2004-01-08 Thread Daniel Convissor
On Thu, Jan 08, 2004 at 06:56:00PM -, Wez Furlong wrote: > 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. But why add needless steps? Let alone, I suspect the majority of users don't play aro

Re: [PHP-DEV] new win32 snapshot: changing .exe names

2004-01-08 Thread 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 -, 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 > > bot

Re: [PHP-DEV] new win32 snapshot: changing .exe names

2004-01-08 Thread Shane Caraveo
While I dont care if the name changes for php5, I dont buy the premise that more and more people will be using php outside the web. I think cli has it's uses, but I think it will be a marginal group of people who make large use of it. Shane Wez Furlong wrote: If you need to configure php5 sep

Re: [PHP-DEV] new win32 snapshot: changing .exe names

2004-01-08 Thread Daniel Convissor
On Thu, Jan 08, 2004 at 06:56:00PM -, 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

Re: [PHP-DEV] new win32 snapshot: changing .exe names

2004-01-08 Thread 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 w

[PHP-DEV] new win32 snapshot: changing .exe names

2004-01-08 Thread Daniel Convissor
Hi Folks: Downloaded the latest snapshot, php5-win32-200401081130, and am enjoying the new file layout. 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" an