I'm trying to install a package via PEAR, PHPUnit to be precise. However, the server I'm using is not connected to the Internet.
I managed to find a .tgz of PHPUnit in its PEAR repository at : PEAR PHPunit-3.7
(although it's not the latest version, 3.8)
When I tried to put this on the server, I ran pear install PHPUnit-3.7.22.tgz but I got:
Unknown channel "pear.phpunit.de"
Parsing of package.xml from file "/var/tmp/pearUdSQzm/package.xml" failed
install failed
So what do I need to do instead?