Re: Re[3]: [PHP-CVS] cvs: php4 /main config.w32.h php_ini.c

2001-04-24 Thread Stig Sæther Bakken
[Marc Boeren <[EMAIL PROTECTED]>] > >If there are we are better off finding them and fixing them instead of > >defaulting to c:\php4. I think we should follow the Windows standard on > >Windows. I know that I hate when programs want to install themselves in c:\ > > >on Windows. > > Just statin

RE: Re[3]: [PHP-CVS] cvs: php4 /main config.w32.h php_ini.c

2001-04-24 Thread Marc Boeren
>What is the software default path registry key??? >I found it once before, when I wasn't looking. Now I'm looking I can't find >it. Do a search for programfilesdir or programfilespath in regedit (you'll probably end up in HKEY_LOCAL_MACHINE/software/microsoft/windows/currentversion...) I think

Re: Re[3]: [PHP-CVS] cvs: php4 /main config.w32.h php_ini.c

2001-04-24 Thread Joe Brown
What is the software default path registry key??? I found it once before, when I wasn't looking. Now I'm looking I can't find it. "Marc Boeren" <[EMAIL PROTECTED]> wrote in message 7BE0F4A5D7AED2119B7500A0C94C58AC17A73B@DELLSERVER">news:7BE0F4A5D7AED2119B7500A0C94C58AC17A73B@DELLSERVER... > > >

RE: Re[3]: [PHP-CVS] cvs: php4 /main config.w32.h php_ini.c

2001-04-24 Thread Marc Boeren
>If there are we are better off finding them and fixing them instead of >defaulting to c:\php4. I think we should follow the Windows standard on >Windows. I know that I hate when programs want to install themselves in c:\ >on Windows. Just stating the obvious here, but c:\program files is a s

Re: Re[3]: [PHP-CVS] cvs: php4 /main config.w32.h php_ini.c

2001-04-24 Thread Phil Driscoll
>If there are we are better off finding them and fixing them instead of Agreed. However the 'Program files' folder is the standard place where applications that the user runs live. Web scripting things seem to live (at least on NT) in SYSTEMROOT\system32\inetsrv - which is more unpleasant than in

Re: Re[3]: [PHP-CVS] cvs: php4 /main config.w32.h php_ini.c

2001-04-24 Thread Zeev Suraski
There shouldn't be any problems with spaces in the name under Windows - I've been using it for years like that... Zeev At 13:02 24/4/2001, Andi Gutmans wrote: >I don't think there are any problems with the space in the path name. >If there are we are better off finding them and fixing them inst

Re: Re[3]: [PHP-CVS] cvs: php4 /main config.w32.h php_ini.c

2001-04-24 Thread Andi Gutmans
I don't think there are any problems with the space in the path name. If there are we are better off finding them and fixing them instead of defaulting to c:\php4. I think we should follow the Windows standard on Windows. I know that I hate when programs want to install themselves in c:\ on Win

Re: Re[3]: [PHP-CVS] cvs: php4 /main config.w32.h php_ini.c

2001-04-24 Thread Phil Driscoll
When I did the windows installer there was some talk of defaulting to install in 'Program files' (I think Zeev suggested it), but there was a significant body of opinion which thought that there would be problems at least with parts of php with respect to the space in the filename. I just listened

Re: Re[3]: [PHP-CVS] cvs: php4 /main config.w32.h php_ini.c

2001-04-23 Thread Joe Brown
IMHO, an ideal default is the path up to php.exe with a conf/php.ini This would be a good default for unix/windows both, and maintain some resembelence consistency with Apache if not anything else. Then I could throw php.ini in the apache conf dir and php.exe would find it there, w/o me having t

Re: Re[3]: [PHP-CVS] cvs: php4 /main config.w32.h php_ini.c

2001-04-23 Thread Zeev Suraski
I think environment variables aren't any better than registry entries under Windows. It's not as if it's easier to configure environment variables than it is to run regedit... Zeev At 01:10 24/4/2001, Frank M. Kromann wrote: >We can not use regestry settingns unless we have an installer or at

Re: Re[3]: [PHP-CVS] cvs: php4 /main config.w32.h php_ini.c

2001-04-23 Thread Frank M. Kromann
We can not use regestry settingns unless we have an installer or at least a reg file to help users configure these. I woud suggest the method with environment variables as step one. - Frank > Monday, April 23, 2001, 10:19:36 PM, you wrote: > > It should be the Program Files directory, concaten

Re[3]: [PHP-CVS] cvs: php4 /main config.w32.h php_ini.c

2001-04-23 Thread Daniel Beulshausen
Monday, April 23, 2001, 10:19:36 PM, you wrote: > It should be the Program Files directory, concatenated with 'PHP'; Under > Windows, we should behave like Windows apps... we should use registry entries to determine/set the path(s), if those entries aren't present it could default to some hardco