关于 php:无法在 Windows 7 上安装 PHPUnit_Invoker

Unable to install PHPUnit_Invoker on Windows 7

我正在尝试安装 PHPUnit_Invoker。我在命令行上运行命令 pear install phpunit/PHP_Invoker。我收到这条消息:

No releases available for package"pear.phpunit.de/PHP_Invoker"

我已经在一台 Windows 机器上安装了 PHPUnit 和 PEAR。有没有人也遇到类似的问题?

我又试了一次,我在控制台中收到了这条消息:

phpunit/PHP_Invoker requires PHP extension"pcntl" No valid packages found install failed


PHP 扩展是€?PCNTLa€? PHP_Invoker 所需的(进程控制)目前在非 Unix 平台 (Windows) 上不起作用。

来源:http://www.php.net/manual/en/pcntl.installation.php(2013 年 1 月 31 日)


试试看:

1
2
3
>pear config-set auto_discover 1
>pear clear-cache
>pear install pear.phpunit.de/PHPUnit

我遇到了同样的问题,但似乎在 Windows 7 上安装了 WAMP


\\'force\\' 应该做的工作

1
pear install --alldeps --force phpunit/PHPUnit