No, this only affects the fall-back php.ini file location, and does not solve the DLL linkage issues.
--Wez. On Thu, 5 Aug 2004 00:36:49 +0200, Friedhelm Betz <[EMAIL PROTECTED]> wrote: > > According to what you said I expect changes to > > main/config.w32 .h and win32/build/config.w32.h.in to _not_ make use of > > > > #define PHP_CONFIG_FILE_PATH (getenv("SystemRoot"))?getenv("SystemRoot"):"" > > > > for default path/directories > > Instead it should use something like "c:\\php5" or "c:\\php4 as default > > location. > > Changing this would have the benefit, that we could instruct people to use > > the default location c:\php4 or c:\php5 and they do not need to use PATH or > > PHPRC, right?