简体   繁体   中英

To enable extensions, verify that they are enabled in your .ini files - Windows using XAMPP

When I try intall composer, this error shows:

To enable extensions, verify that they are enabled in your .ini files

I'm using Xampp in Windows

Look at the list of required PHP extensions and try to install all.

Check this link also To enable extensions, verify that they are enabled in those .ini files...

Simple solution is to check what extension is it asking to enable, if you see the code carefully, its given their which extension you need to enable.

In my case = it is missing from your system. Install or enable PHP's gd extension.

So I simply gone to php.ini file and Search for gd extension. I got this in my php.ini file. Simply remove the ; - semicolon from thier. Restart the apache server(wampp or xampp)

So I simply gone to xampp/php/php.ini file and Search for gd extension. I got this in my php.ini file. Simply remove the ; - semicolon from their. Restart the apache server(wampp or xampp)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM