gpt4 book ai didi

php - 无法在 Cygwin 上全局安装 Composer

转载 作者:可可西里 更新时间:2023-11-01 00:57:25 25 4
gpt4 key购买 nike

当我运行这个命令 'php -r "readfile(' https://getcomposer.org/installer ');"| php' 在 Cygwin 终端上。在终端上触发了以下错误:

Some settings on your machine make Composer unable to work properly.
Make sure that you fix the issues listed below and run this script again:

The json extension is missing.
Install it or recompile php without --disable-json

The phar extension is missing.
Install it or recompile php without --disable-phar

The iconv OR mbstring extension is required and both are missing.
Install either of them or recompile php without --disable-iconv

但是,所有这些扩展都在 php.ini 文件中启用。我正在使用 XAMPP。

最佳答案

我认为您需要安装正确的 php 扩展...

apt-cyg install \
php \
php-json \
php-phar \
php-mysql \
php-curl \
php-gd \
php-intl \
php-imap \
php-mcrypt \
php-pspell \
php-recode \
php-tidy \
php-xmlrpc \
php-xsl

PS:我为此创建了一个安装脚本 :) https://github.com/voku/dotfiles/blob/master/firstInstallCygwin.sh

关于php - 无法在 Cygwin 上全局安装 Composer ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37434290/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com