PHP 4.3.x on a Windows machine.
php.ini configured to load php_openssl.dll as an extensions.
extension dll definitely is available in c:\php\extensions.
when accessing a php-script using ssl on the webserver a window pops up saying:
Unknown(): Unable to load dynamic link library 'c:\php\extensions\php_openssl.dll' - The specified module could not be found.
When I change the path in php.ini the error message reflects this change, too.
Copying php_openssl.dll to either winnt\system or winnt\system32 or to c:\php did not solve anything.
Any idea how to get this working?