Steph wrote:
> We seem to have established now that you can't have the one-dir-does-all
> setup when running PHP as an Apache2 module.

I believe it is possible with this configuration:

1. php*ts.dll, php*apache*.dll, php.ini, *.dll in e.g. C:\PHP\
2. C:\PHP\ in PATH
3a. C:\PHP\ in PHPRC (for PHP 4)
3b. C:\PHP\ in Registry entry HKLM\Software\PHP\IniFilePath (for PHP 5)

C:\PHP\ in PATH is necessary only for *.dll (such as libmysql.dll). You
can have these also in other PATH directory (e.g. C:\Windows\System32).

Trailing slashes are necessary in some cases (e.g. 3a).

Nuno Lopes wrote:
> C:\windows\system32\libmysql.dll (without this the mysql extension doesn't load)

It works for me perfectly with libmysql.dll in any PATH directory.

Jakub Vrana

Reply via email to