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
 [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: Wed Apr 24 01:01:31 2024 UTC