我正在尝试从github安装gitlist.我在安装它时遇到了一些麻烦,所以doc说我应该这样配置php.ini
detect_unicode =关闭phar.readonly =关闭phar.require_hash =关闭
我做到了但是在安装Composer时,我仍然被告知将detect_unicode设置为Off.我重新启动了MAMP,phpinfo()告诉我phar.readonly和phar.require_hash确实设置为Off,但我没有信息告诉我detect_unicode设置为Off.我只将zend.detect_unicode设置为On.
如何设置我的配置以将detect_unicode设置为Off?
小智 5
我遇到了和你相同的问题.我找到了这篇文章:http://simon-davies.name/mamp/using-composer-with-mamps-version-of-php并解决了它.
希望它会有所帮助.