Many DLLs missing when installing composer (windows)

1.3k views Asked by At

I'm trying to install composer on my computer but I get many errors about missing some DLLs. I've downloaded some of them but I cannot find any website, where to download libsybcomn64.dll. However, I don't think downloading each DLL from internet is a good solution.

I'm using Windows 7 x64 and have Apache 2 and PHP 5.6.9 installed - simple PHP works.

1

There are 1 answers

1
Martin Heralecký On BEST ANSWER

I've solved it myself.

And I'm really stupid. Problem was that when installing PHP I uncommented all extensions in php.ini - I thought the more there is, better. So I reset that whole file and uncommented only the necessary - php_pdo_mysql.dll and php_openssl.dll. Now it works.

Hope this will be helpful for someone...