通过 PEAR 安装 PHPUnit,phpunit 的安装说明正在运行:
pear channel-discover pear.phpunit.de
pear install phpunit/PHPUnit
但失败并出现此错误:
注意: fwrite(): send of 105 bytes failed with errno=10053 已建立的连接被主机中的软件中止。在 PEAR\Downloader.php 的第 1664 行
注意: fwrite(): send of 105 bytes failed with errno=10053 已建立的连接被主机中的软件中止。在 C:\xampp\php\pear\PEAR\Downloader.php 第 1664 行
通过 http:// 发现频道 pear.phpunit.de 失败并显示消息:
频道添加:无法打开“ http://pear.phpunit.de/channel.xml ”(文件http://pear.phpunit.de:80/channel.xml无效(重定向但没有位置))
尝试通过 https:// 发现频道 pear.phpunit.de
频道“pear.phpunit.de”的发现失败(频道添加:无法打开“ https://pear.phpunit.de/channel.xml ”(与“pear.phpunit.de:443”的连接失败:
已建立的连接被主机中的软件中止。))
你怎么解决?