> - put the php.ini into the executable folder (the folder where the sapi > dll is - that is leave it where it is in the distribution) > > I am unsure about the second one. It comes down to what > http://msdn.microsoft.com/library/en-us/dllproc/base/getmodulefilename.asp > returns when in the apache dll. I don't know...
No, it doesn't work. With Apache, I need to have php.ini in the windows folder. > > * If I enable the mysql extension, I need to copy the libmysql.dll file to > > the windows\system32 folder (and the PHP directory is in the path!) > > This is very interesting. It should not be the case IMHO... The path may be hardcoded in the sources.. I don't know, but if I don't copy that dll, php gives an error when apache starts. Nuno > Goba