php-cli client patch
Status: Beta
Brought to you by:
lucamar
In order to have the proxy auth working in
phpVcs_0.0.6.zip you should replace line 40 of the file
clients/fe/cli/vcs.php with the following:
$client = new phpVcsClient($vcs_url, $vcs_host,
$vcs_port, $vcs_login, $vcs_pass, $proxy_host,
$proxy_port, $proxy_user, $proxy_pass);