AdBrite

Wednesday, September 1, 2010

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:

Download and Install the Openssl available from the blow url.
http://www.openssl.org/related/binaries.html OR copy these two files to C:\WINDOWS\system32 folder. They’re shipped with PHP package, you can find them in PHP root folder

open php.ini by using any text editor, and remove the semicolon before the following line:

extension=php_openssl.dll

Double check it, and try phpinfo() to see what's output of your PHP

No comments: