I'm working on installing PHP 4.3.8 on Windows Server 2003/IIS 6.0. Specifically, trying to get the openssl extension working. I've copied both libeay32.dll/ssleay32.dll into my system32 dir. When I go and uncomment the extension php_openssl.dll in php.ini, and check by running phpinfo(), it just hangs.
Not uncommenting any of the extensions, PHP runs fine. Uncommenting the gd extension (just to make sure extensions work), PHP runs fine, as indicated by phpinfo().
Also, I'm using the zip file and not the installer.
Any ideas would be helpful.