Gabor Hojtsy wrote: > Well, the problem is that Nuno reports that under Apache 2, the path of > the apache binary is used (the exe file path as you point out), so the > system searches for php4ts.dll and php.ini there. This is why it does > not work with side by side installation. You need to copy/move the dll > files to the apache bin folder, which seems to be problematic enough...
With my configuration (Apache 1, PHP 4, neither in PATH), php4ts.dll is searched in PATH, in Apache .exe file directory and in php4apache.dll directory (in PHP's directory). If php4ts.dll is located in any of these directories, everything works. php.ini is searched only in Apache .exe file directory and C:\Windows (in this order). Maybe something can be changed to search php.ini in the same directories as php4ts.dll. Jakub Vrana
