简体   繁体   English

要启用扩展,请验证它们是否已在您的 .ini 文件中启用 - 使用 XAMPP 的 Windows

[英]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要启用扩展,请确认它们已在您的 .ini 文件中启用

I'm using Xampp in Windows我在 Windows 中使用 Xampp

Look at the list of required PHP extensions and try to install all. 查看所需的PHP扩展列表,然后尝试全部安装。

Check this link also To enable extensions, verify that they are enabled in those .ini files... 还要检查此链接要启用扩展名,请验证是否已在那些.ini文件中启用了扩展名...

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.安装或启用 PHP 的 gd 扩展。

So I simply gone to php.ini file and Search for gd extension.所以我只是转到 php.ini 文件并搜索 gd 扩展名。 I got this in my php.ini file.我在我的 php.ini 文件中得到了这个。 Simply remove the ;只需删除 ; - semicolon from thier. - 他们的分号。 Restart the apache server(wampp or xampp)重启 apache 服务器(wampp 或 xampp)

So I simply gone to xampp/php/php.ini file and Search for gd extension.所以我只是转到 xampp/php/php.ini 文件并搜索 gd 扩展名。 I got this in my php.ini file.我在我的 php.ini 文件中得到了这个。 Simply remove the ;只需删除 ; - semicolon from their. - 他们的分号。 Restart the apache server(wampp or xampp)重启 apache 服务器(wampp 或 xampp)

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 安装doctrine-mongodb-admin-bundle :: error:要启用扩展,请确认您的.ini文件中已启用扩展: - Install doctrine-mongodb-admin-bundle::error:To enable extensions, verify that they are enabled in your .ini files: 当我使用 Composer 更新或更新新扩展时,出现错误提示验证它们是否已在您的 .ini 文件中启用 - when I use composer update or update new extensions, get error says verify that they are enabled in your .ini files 要启用扩展,请验证它们是否在这些 .ini 文件中启用 - Vagrant/Ubuntu/Magento 2.0.2 - To enable extensions, verify that they are enabled in those .ini files - Vagrant/Ubuntu/Magento 2.0.2 MongoDB,Windows 7,XAMPP,PHP.ini - MongoDB, Windows 7, XAMPP, PHP.ini XAMPP-“扫描此目录以获取其他.ini文件” - XAMPP - “Scan this dir for additional .ini files” 如何通过PHP CODE在PHP.ini中启用扩展检查 - How to check extensions are enabled in PHP.ini via PHP CODE 在 xampp 中启用 IMAP PHP(Windows) - Enable IMAP PHP in xampp (windows) 警告:mail()[function.mail]:无法连接到“localhost”端口25的邮件服务器,验证你的“SMTP”和“smtp_port”,XAMPP for WIndows XP - Warning: mail() [function.mail]: Failed to connect to mailserver at “localhost” port 25, verify your “SMTP” and “smtp_port”, XAMPP for WIndows XP 如何解决php.ini中的启用扩展? - How can i resolve the enable the extensions in php.ini? 如何为Windows启用UTF 8支持PCRE xampp? - How to enable UTF 8 Support PCRE xampp for Windows?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM