Saturday, January 17, 2015

Enabling OpenSSL on XAMPP

Here is how to enable OpenSSL on XAMPP:

1. Open php.ini file in XAMPP/php folder.
2. Find the line:

;extension=php_openssl.dll

and remove ; at the beginning.

3. Save the file and restart Apache

No comments:

Post a Comment