Home » Web Services » XML_RPC » Bug #5918
getParam documentation needs update
Details
| Request #5918 | getParam documentation needs update |
|---|---|
| Submitted | 2005-11-10 09:41 UTC |
| From | pear at david dot endeavorcomputing dot com |
| Assigned | danielc |
| Status | Closed |
| Package | XML_RPC |
| PHP Version | 5.0.4 |
| OS | Debian Sarge |
| Roadmaps | (Not assigned) |
Comments
[2005-11-10 09:41 UTC] pear at david dot endeavorcomputing dot com
Description:
------------
It doesn't return undef like the documentation says. Examining the RPC.php code, it:
"If the parameter doesn't exist, an XML_RPC_Response object.
@since Returns XML_RPC_Response object on error since Release 1.3.0"
Upgrading broke my code, and I couldn't figure out why until I went to the source.