gpt4 book ai didi

php - 如何禁用 php.ini 中的 "detect_unicode"设置? (尝试安装 Composer)

转载 作者:IT王子 更新时间:2023-10-29 01:14:30 26 4
gpt4 key购买 nike

我一直在尝试在我的机器 (OS X 10.6) 上安装 Composer,但到目前为止没有成功。

根据 Composer 文档,我在终端中执行了此操作:

curl -s http://getcomposer.org/installer | php#!/usr/bin/env php

这是输出:

The detect_unicode setting must be disabled. Add the following to the end of your php.ini: detect_unicode = Off

当然,这是在我的 php.ini 中:detect_unicode = Off,位于/etc/php.ini.default

php -info 告诉我正在从/etc/加载 php.ini 文件(输出是:Configuration File (php.ini) Path =>/etc)

但是,也输出:detect_unicode => On => On

为什么 php.ini.default 没有加载我的设置,我该如何禁用有效的 detect_unicode?

最佳答案

只需在命令后加上“-d detect_unicode=Off”即可

curl -s https://getcomposer.org/installer | php -d detect_unicode=Off

关于php - 如何禁用 php.ini 中的 "detect_unicode"设置? (尝试安装 Composer),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11302593/

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