Reputation: 255
I am facing some errors while installing composer in xampp server. it will showing the below msg
after installing the the dll file it will showing some error like below
Can any one suggest some solution.to how to solve this.
Upvotes: 2
Views: 449
Reputation: 1729
By the comments:
Your PHP install is missing files that are referenced in php.ini.
I suggest that you reinstall your XAMPP. (recommended option)
Or
Try to find all modules referenced in php.ini that are missing and manually download then and put in C:\xampp\php\ext\
folder.
Upvotes: 1