关于 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 configset auto_discover 1
>pear clearcache
>pear install pear.phpunit.de/PHPUnit

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


//’force//’ 应该做的工作

1
pear install alldeps force phpunit/PHPUnit

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/268503.html

(0)
上一篇 2022年6月20日
下一篇 2022年6月20日

相关推荐

发表回复

登录后才能评论