History: Installing OpenSSL on Windows
Source of version: 1 (current)
Copy to clipboard
To install the PHP openssl extesions:
* Find the file ibeay32.dll, and make sure it is in your SYSTEM path (not your user path).
* Edit your php.ini file (to find out where it is, do 'php -i | grep Configuration | grep "Loaded Configuration File"'), and make sure to uncomment or add the following statement:
{CODE()}extension=php_openssl.dll{CODE}
* You may have to reboot for the changes to take effect (but I don't think so).