1

I am really new to this, and I am not sure how I should approach this. I am trying to download composer to my easyPHP-webserver, but enable to run composer I need newer openssl. Thanks in advance.

roger
  • 115
  • 6

1 Answers1

0

As you mentioned, the OpenSSL libraries are bundled with EasyPHP – so the easiest option would be to update the entire EasyPHP bundle. (Considering how old 0.9.8 was, I'd say it's about time.)


Standalone Win32 OpenSSL versions can be downloaded as well, but this only works for minor version changes (e.g. 1.0.0 to 1.0.1). There have been several ABI changes between 0.9.8 and 1.0.x, so if you try to simply drop in newer .dll's, your programs will crash.

grawity
  • 501,077