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: [PHP-CVS] cvs: php4 /main config.w32.h php_ini.c

2001-04-24 Thread Stig Sæther Bakken
["James Moore" <[EMAIL PROTECTED]>] > how about defaulting to SystemDrive\\php4 but also allowing a envromental > variable to be set so > > #define PHP_BINDIR (getenv("PHP_BinDir"))?getenv("PHP_BinDir"):c:\\php4 > > or somthing like that which works in C Using environment variables would be use

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

2001-04-24 Thread Stig Sæther Bakken
["Frank M. Kromann" <[EMAIL PROTECTED]>] > fmk Mon Apr 23 10:33:22 2001 EDT > > Modified files: > /php4/mainconfig.w32.h php_ini.c > Log: > Fix build on WIn32 > Should the new directorys be static? For now that's ok, but I guess the installer should l

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
Dir"):c:\\php4 > >> > >>or somthing like that which works in C > >> > >>- James > >> > >> > -Original Message----- > >> > From: Frank M. Kromann [mailto:[EMAIL PROTECTED]] > >> > Sent: 23 April 2001 19:24 >

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

2001-04-23 Thread Zeev Suraski
ir"))?getenv("PHP_BinDir"):c:\\php4 > > >> > > >>or somthing like that which works in C > > >> > > >>- James > > >> > > >> > -Original Message- > > >> > From: Frank M. Kromann [mai

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

2001-04-23 Thread Frank M. Kromann
> >> > >>or somthing like that which works in C > >> > >>- James > >> > >> > -Original Message----- > >> > From: Frank M. Kromann [mailto:[EMAIL PROTECTED]] > >> > Sent: 23 April 2001 19:24 > >> &

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

2001-04-23 Thread Daniel Beulshausen
uot;PHP_BinDir"):c:\\php4 >> >>or somthing like that which works in C >> >>- James >> >> > -Original Message- >> > From: Frank M. Kromann [mailto:[EMAIL PROTECTED]] >> > Sent: 23 April 2001 19:24 >> > To: James Moore >&g

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

2001-04-23 Thread Zeev Suraski
o: James Moore > > Cc: [EMAIL PROTECTED] > > Subject: Re: RE: [PHP-CVS] cvs: php4 /main config.w32.h php_ini.c > > > > > > Hi James, > > > > No problem. I change it to > > > > #define PHP_CONFIG_FILE_PATH getenv("SystemRoot") > &g

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

2001-04-23 Thread James Moore
n [mailto:[EMAIL PROTECTED]] > Sent: 23 April 2001 19:24 > To: James Moore > Cc: [EMAIL PROTECTED] > Subject: Re: RE: [PHP-CVS] cvs: php4 /main config.w32.h php_ini.c > > > Hi James, > > No problem. I change it to > > #define PHP_CONFIG_FILE_PATH getenv("SystemR

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

2001-04-23 Thread Frank M. Kromann
Hi James, No problem. I change it to #define PHP_CONFIG_FILE_PATH getenv("SystemRoot") What about all the other directories ? These should be configureable too. - Frank > > fmk Mon Apr 23 10:33:22 2001 EDT > > > > Modified files: > > /php4/main config.w32.h php_ini.c > > +

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

2001-04-23 Thread James Moore
> fmk Mon Apr 23 10:33:22 2001 EDT > > Modified files: > /php4/mainconfig.w32.h php_ini.c > + > +/* Define directory constants for php and pear */ > +#define PHP_BINDIR "c:\\php4" > +#define PHP_LIBDIR "c:\\php4" > +#define PHP_DATADIR "c:\\php4" > +#define PHP_SYSCONFDIR "

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

2001-04-23 Thread Frank M. Kromann
fmk Mon Apr 23 10:33:22 2001 EDT Modified files: /php4/main config.w32.h php_ini.c Log: Fix build on WIn32 Should the new directorys be static? Index: php4/main/config.w32.h diff -u php4/main/config.w32.h:1.40 php4/main/config.w32.h:1.41 --- php4/main/co