php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56952 xmlrpc.php sends invalid responses
Submitted: 2006-04-12 03:08 UTC Modified: 2007-02-18 15:20 UTC
From: mike@php.net Assigned:
Status: Not a bug Package: PECL website (PECL)
PHP Version: Irrelevant OS: N/A
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mike@php.net
New email:
PHP Version: OS:

 

 [2006-04-12 03:08 UTC] mike@php.net
Description:
------------
Might be a PEAR::XML_RPC problem though.

See http://dev.iworks.at/pear-xmlrpc.txt and note the second XML document in the response (and the corrupt content length header).



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-12 03:40 UTC] pajoye@php.net
Please provide a small script to reproduce it. Did you try using the extension?
 [2006-04-12 03:53 UTC] mike@php.net
The script uses pecl/http and ext/xmlrpc:
http://dev.iworks.at/pear-xmlrpc.phps
 [2007-02-18 15:20 UTC] cellog@php.net
cutting from peclweb/include/pear-database.php:

    // {{{  proto array  release::getRecent([int]) API 1.0

The only parameter accepted is how many releases you would like to retrieve.  To retrieve the list of recent releases for a specific package, use the REST interface:

http://pecl.php.net/r/pecl_http/allreleases.xml
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 08:01:28 2024 UTC