2 I'm pleased to announce XML-RPC for PHP version 1.0 beta 7. This is
3 fixes some critical bugs that crept in. If it shows itself to be stable
4 then it'll become the 1.0 release.
6 It can be downloaded from http://xmlrpc.usefulinc.com/php.html
8 Comprehensive documentation is available in the distribution, but you
9 can also browse it at http://xmlrpc.usefulinc.com/doc/
11 Bugfixes in this release include:
13 * Passing of booleans should now work as expected
14 * Dollar signs and backslashes in strings should pass OK
15 * addScalar() now works properly to append to array vals
19 * Added support for HTTP Basic authorization through the
20 xmlrpc_client::setCredentials method.
22 * Added test script and method for verifying correct passing of
25 The changelog is available at: http://xmlrpc.usefulinc.com/ChangeLog.txt
27 Please test this as hard as possible and report bugs to the XML-RPC PHP
28 mailing list, of which more details are available at
29 http://xmlrpc.usefulinc.com/list.html, or to <xmlrpc@usefulinc.com>.