I have an existing php 4.3.11 installation on a Windows 2003 server using IIS. I am attempting to get Linkpoint API working, and it needs curl and openssl. This is the first time these services have been needed on this server; it has some php and asp scripts using verisign working already.
I know this should be as simple as uncommenting the curl and openssl extension in php.ini, but when I do this IIS hangs. Completely non-responsive. I have verified that all the files that came with the php distro are there, that the openssl.cnf is there and the environment variable is point to it, and that the path includes C:\php.
I'm stuck. Any ideas are welcome.