如果我尝试在我的CLI中运行composer for denwer
d:\dev\denwer\home\composer>php composer.phar require dts/ebay-sdk-trading
我得到"超过30秒的最大执行时间"。我认为这是因为denwer使用cgi php而不是CLI。
有没有办法可以将php切换到CLI行为或删除时间限制?我不想在全局php.ihi中更改max_execution_time。
答案 0 :(得分:1)
使用php -d
设置选项
文档链接
http://php.net/manual/en/features.commandline.options.php
例如
php -d max_execution_time=0