[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
["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
["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
>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
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...
>
> >
>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
>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
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
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
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
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
>
ir"))?getenv("PHP_BinDir"):c:\\php4
> > >>
> > >>or somthing like that which works in C
> > >>
> > >>- James
> > >>
> > >> > -Original Message-
> > >> > From: Frank M. Kromann [mai
> >>
> >>or somthing like that which works in C
> >>
> >>- James
> >>
> >> > -Original Message-----
> >> > From: Frank M. Kromann [mailto:[EMAIL PROTECTED]]
> >> > Sent: 23 April 2001 19:24
> >> &
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
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
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
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
> > +
> 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 "
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
19 matches
Mail list logo