我一直在使用phpunit一段时间,从3.5.8开始,随后升级到3.5.10,现在升级到3.5.11
我想今天使用命令升级到3.5.13:
pear channel-update pear.phpunit.de pear升级phpunit/PHPUnit
不幸的是梨只升级自己,但phpunit的升级失败,如下所示.是的,我处于管理员模式,因此授权不应成为问题.我觉得这更奇怪,因为我之前已经完成了两次成功的升级.因此,我发现很难相信这是一个特定于我的设置的问题(开发机器运行Windows 7 64Bit).
有没有其他人遇到过这个问题,可以提供解决方案吗?
'pear upgrade phpunit/PHPUnit'的输出:
第一次运行:
>pear upgrade phpunit/PHPUnit
phpunit/PHPUnit requires PEAR Installer (version >= 1.9.2), installed version is
1.9.1
phpunit/PHPUnit can optionally use PHP extension "dbus"
phpunit/File_Iterator requires PEAR Installer (version >= 1.9.2), installed vers
ion is 1.9.1
downloading YAML-1.0.5.tgz ...
Starting to download YAML-1.0.5.tgz (9,966 bytes)
.....done: 9,966 bytes
downloading XML_RPC2-1.0.8.tgz ...
Starting to download XML_RPC2-1.0.8.tgz (67,063 bytes)
...done: 67,063 bytes
downloading PEAR-1.9.2.tgz ...
Starting to download PEAR-1.9.2.tgz (295,120 bytes) …Run Code Online (Sandbox Code Playgroud)