一些产出:
Prerequisite `/root/php-7.0.13/ext/phar/phar/phar.inc' is older than target `ext/phar/pharNo need to remake target `ext/phar/phar/phar.inc'.Must rema
Fatal error: Uncaught exception 'UnexpectedValueException' with message 'Cannot create phar '/myapp/build/myapp.phar', file extension (or combination) not recognised or the directory does not exist' in /Volumes/www/vhosts&
我正在尝试为php "composer“安装依赖管理器,但"composer”需要扩展名"phar“。我意识到php6默认情况下附带了phar,但被禁用了,并且不是执行"phar“文件所必需的。当我尝试执行"composer.phar“(在cmd: php composer.phar中)时,它抛出错误:
Fatal error: Class 'Phar' not found in composer.phar</