Enable OpenSSL Support for PHP on Windows
As a prerequisite, two libraries must be existing in your Windows system: libeay32.dll and ssleay32.dll. Two ways to achieve this:
Done!
http://huang.yunsong.net/2009/windows-php-openssl.html
- Install OpenSSL for Windows
- Or, copy these two files to C:\WINDOWS\system32 folder. They’re shipped with PHP package, you can find them in PHP root folder.
extension=php_openssl.dll |
http://huang.yunsong.net/2009/windows-php-openssl.html
No comments:
Post a Comment