Tag Archives: php

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: Install OpenSSL for Windows Or, copy these two files to C:\WINDOWS\system32 folder. They’re shipped with PHP package, you can find … Continue reading

Posted in Uncategorized | Tagged | 15 Comments