Just use the zip version - You don't really need the installer.
You'll need to check up the manual installation docs, but their pretty
simple
Tracy Carroll <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Upon running the installation wizard for Php 4.1.1, I r
Parts of directories ~may~ be separated by / on Windows, so that alleviates
one problem (at least it works for me on NT4(SP5), Apache & PHP4).
Multiple paths are separated by ":" on *nix and ";" on Windows, an easy
check to make. For example:
$sep = strcasecmp(substr(PHP_OS, 0, 3), "win") ? ":"
Make sure you've copied the contents of the c:\php\dlls folder to your
system directory (\windows\system, \winnt\system32, not sure 'bout 2K).
Your extension_dir setting in php.ini should be
extension_dir = c:/php/extensions/
And make sure you've copied your php.ini to your windows directory
(\