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 #9210

http:// isn't stripped from fsockopen()

Details

Submitted2006-11-01 20:35 UTC
Frompear at manetheren dot us
Assigneddanielc
StatusBogus
PackageXML_RPC
PHP Version4.4.1
OSDebian Sarge
Roadmaps(Not assigned)

Comments

[2006-11-01 20:35 UTC] pear at manetheren dot us

Description:
------------
In all previous versions of the XML_RPC library you passed it a URL for the Server you wanted it to connect to, however in 1.5.1 if you pass it https://<yourdomain> fsockopen() fails as the 'address' that is it passed is "https://<yourdomain>" (line 540) if you do a little footwork and remove the https:// from the fsockopen() call it works perfectly, older versions of the library do not have this issue

[2006-12-06 07:01 UTC] pear at manteheren dot us

This seems to be an issue with PEAR on the whole, a upgrade of the XML Parser package resolved this issue. I have not seen the issue since.