Home » Web Services » XML_RPC » Bug #9210
http:// isn't stripped from fsockopen()
Details
| Submitted | 2006-11-01 20:35 UTC |
|---|---|
| From | pear at manetheren dot us |
| Assigned | danielc |
| Status | Bogus |
| Package | XML_RPC |
| PHP Version | 4.4.1 |
| OS | Debian 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.