how to install php_openssl.dll
        Posted  
        
            by 
                Zsolti
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Zsolti
        
        
        
        Published on 2010-07-21T12:04:12Z
        Indexed on 
            2011/03/10
            0:11 UTC
        
        
        Read the original article
        Hit count: 675
        
I would like to enable the openssl extension in php.ini. I uncommented the extension=php_openssl.dll restarted apache service, but it still doesn't works. In the apache error log I've found
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:/Program Files (x86)/mypath/php/ext\\php_openssl.dll' - The operating system cannot run %1.\r\n in Unknown on line 0
I tried to follow some tutorials which said that I have to copy ssleay32.dll and libeay32.dll to the windows/system32 directory, but it still doesn't works.
Does anyone know how to install it properly?
© Server Fault or respective owner