| PEAR Announce 2005-05-10, 3:58 am |
| The new PEAR package XML_RPC-1.3.0RC3 (beta) has been released at http://pear.php.net/.
Release notes
-------------
* When verifying requests against function signatures, if the number of parameters don't match, provide an appropriate message. NOTE: this resolves a path disclosure vulnerability. (Refines the changes made in the last commit.) Bug 4231.
* XML_RPC_Message::getParam() now returns an XML_RPC_Response object upon error. Changed from Release 1.3.0RC2.
* Add the XML_RPC_Value::isValue() method. For testing if an item is an XML_RPC_Value object.
* If XML_RPC_Client::send() is given an incorrect $msg parameter, raise an error with the new XML_RPC_ERROR_PROGRAMMING code and return 0.
* Improve cross-platform operation by using PEAR::loadExtension() instead of dl().
* Use <br /> instead of <br> in XML_RPC_Value::dump().
Package Info
-------------
A PEAR-ified version of Useful Inc's XML-RPC for PHP.
It has support for HTTP/HTTPS transport, proxies and authentication.
Related Links
-------------
Package home: http://pear.php.net/package/XML_RPC
Changelog: http://pear.php.net/package/XML_RPC/download/1.3.0RC3
Download: http://pear.php.net/get/XML_RPC-1.3.0RC3.tgz
Authors
-------------
Stig Bakken <stig@php.net> (lead)
Daniel Convissor (lead)
|