Increase backwards compatibility with version 3: make ALL global vars available which...
[plcapi.git] / doc / announce1b7.txt
1
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.
5
6 It can be downloaded from http://xmlrpc.usefulinc.com/php.html
7
8 Comprehensive documentation is available in the distribution, but you
9 can also browse it at http://xmlrpc.usefulinc.com/doc/
10
11 Bugfixes in this release include:
12
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
16
17 New features include:
18
19  * Added support for HTTP Basic authorization through the 
20    xmlrpc_client::setCredentials method.
21
22  * Added test script and method for verifying correct passing of
23          booleans
24
25 The changelog is available at: http://xmlrpc.usefulinc.com/ChangeLog.txt
26
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>.