Reputation: 2170
I'm using Windows 10, installed XAMPP 3.2.2 with PHP 5.6.x
I tried to install Composer via the exe, but whenever I click Next, the setup is stuck at Checking your command-line PHP.
Yes, in the file C:\xampp\php\php.ini
I removed the ;
from the beginning of extension=php_openssl.dll
.
Yet the installer is still stuck on this screen.
Thanks for helping!
Upvotes: 1
Views: 936
Reputation: 662
In my case it turned out that the check script was just stuck in the debugger :)
Upvotes: 10
Reputation: 2454
Try reinstalling XAMPP, there might have been something that went wrong with the PHP installation.
Upvotes: 0