When I run PHP, I get the warning:
PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_openssl.dll' -The specified module could not be found.
In php.ini I have:
extension_dir = "C:\PHP\ext\"
...
extension=php_openssl.dll
And I have php_openssl.dll in \ext so I don't know what the problem is.