本文介绍了PHP致命错误:未捕获异常PharException与消息manifest的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
尝试通过命令行安装 composer.phar
时出现错误
while trying to install composer.phar
through command line , got an error
PHP Fatal error: Uncaught exception 'PharException' with message manifest cannot be larger than 100 mb in phar
请支持我解决这个问题,我试图安装 symfony2.1
please support me to solve this problem, i am trying to installing symfony2.1
推荐答案
看来你有一个腐败的phar由于某种原因。请尝试从下载新版本 - 如果CLI说明不适合您,您可以只需手动从下载最后一个快照
It appears you got a corrupted phar for some reason. Try downloading a new one from https://getcomposer.org/download/ - if the CLI instructions do not work out for you you can just download the last snapshot by hand from https://getcomposer.org/composer.phar
这篇关于PHP致命错误:未捕获异常PharException与消息manifest的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!