Summary | PEAR_Error is not correct evaluated by xmlrpc_server bundled with PHP |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | fse (at) camline (dot) com |
Created | 12/07/2005 (7148 days ago) |
Due | |
Updated | 07/02/2006 (6941 days ago) |
Assigned | 12/07/2005 (7148 days ago) |
Resolved | 07/02/2006 (6941 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
bug 4097.State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ PEAR_Error is not correct evaluated by xmlrpc_server bundled with PHP
Queue ⇒ Horde Framework Packages
New Attachment: xmlrpc.php.patch
bundled with PHP 5.1.1 returns the error message 'No valid XML data
returned', because it seems not to expect a PEAR_Error object but
rather an hash array with keys 'faultCode' and 'faultString'. The
attached patch can fix this problem, but I don't now, whether there
are xmlrpc implementations which can deal with PEAR_Error. Then maybe
this error conversion has to be enabled/disabled via configuration...