Click to See Complete Forum and Search --> : [Resolved] I broke php_curl through openssl update


necron
05-26-2005, 07:38 AM
I had some difficulties using cURL to communicate with SSL pages. So one of the sites I visited suggested an upgrade of OpenSSL.

I did as I was told, but unfortunately after that upgrade my PHP driven sites wouldn't load anymore. Turning off the php_curl extension inside the php.ini allows my sites to load again, but this means I cannot use php_curl at all anymore.

I even tried replacing the libssl32.dll and libeay32.dll with the old versions, but that doesn't help either.

Does anybody know how I could get my php_curl extension to work again?

Thanks!

necron
05-26-2005, 07:51 AM
Ah, it seems I also had to restore ssleay32.dll

Now php_curl seems to work again.