ad43a4ed8ce7c455cdfc99f0941343f469bacf86
[plcapi.git] / doc / announce1b9.txt
1
2 I'm pleased to announce XML-RPC for PHP version 1.0 beta 9. This is
3 is largely a bugfix release.
4
5 It can be downloaded from http://xmlrpc.usefulinc.com/php.html
6
7 Comprehensive documentation is available in the distribution, but you
8 can also browse it at http://xmlrpc.usefulinc.com/doc/
9
10 Bugfixes in this release include:
11
12  * Fixed string handling bug where characters between a </string>
13    and </value> tag were not ignored.
14
15  * Added in support for PHP's native boolean type.
16
17 New features include:
18
19  * new getval() method (experimental only) which has support for
20    recreating nested arrays.
21  * fledgling unit test suite
22  * server.php has support for basic interop test suite
23
24 The changelog is available at: http://xmlrpc.usefulinc.com/ChangeLog.txt
25
26 Please test this as hard as possible and report bugs to the XML-RPC PHP
27 mailing list, of which more details are available at
28 http://xmlrpc.usefulinc.com/list.html, or to <xmlrpc@usefulinc.com>.