PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » XML_RPC » Bug #6314

Proxy password failure

Details

Submitted2005-12-21 15:41 UTC
Fromtanaka at tanaka-world dot net
Assigneddanielc
StatusBogus
PackageXML_RPC
PHP Version4.3.2
OSWinXPPro
Roadmaps(Not assigned)

Comments

[2005-12-21 15:41 UTC] tanaka at tanaka-world dot net

Description:
------------
XML_RPC 1.1.0
When i didn't define the http_proxy, i have this text for all command with pear.bat whent must connect to internet :
Warning: fsockopen(): unable to connect to pear.php.net:80 in RPC.php on line 464
xml_rpc_client: Connection to RPC server pear.php.net failed

When i define http_proxy, i have this message :
HTTP error, got response: HTTP/1.0 407 Proxy Authentication Required
Didn't receive 200 OK from remote server. (HTTP/1.0 407 Proxy Authentication Req
uired)

I didn't find anything to define proxy_user and proxy_password without modify RPC.php !!

[2005-12-21 22:53 UTC] tanaka at tanaka-world dot net

For php, this is the 4.3.10 from EasyPHP-1.8 excuse me for the error
for XML RPC this is the version with EasyPHP

The problem is if i want to upgrade i couldn't do it because i have a proxy with user and password, and i can't make any upgrade because not able to upgrade !