I'm attempting to install Composer but I get the following error:
"Some settings on your machine make Composer unable to work properly. Make sure that you fix the issues listed below and run this script again:
The openssl extension is missing, which means that secure HTTPS transfers are impossible. If possible you should enable it or recompile php with --with-openssl"
I have then gone into my php.ini-production and uncommented: "extension=php_openssl.dll"
This still doesn't work though, is there something else I have to do?