PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » XML_RPC » Bug #5918

getParam documentation needs update

Details

Request #5918getParam documentation needs update
Submitted2005-11-10 09:41 UTC
Frompear at david dot endeavorcomputing dot com
Assigneddanielc
StatusClosed
PackageXML_RPC
PHP Version5.0.4
OSDebian 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.