d4db381232612f4a416c6065e137bf0ced6538bb
[plcapi.git] / doc / announce1b8.txt
1
2 I'm pleased to announce XML-RPC for PHP version 1.0 beta 8. 
3
4 This release fixes several bugs and adds a couple of new helper
5 functions. The most critical change in this release is that you can no
6 longer print debug info in comments inside a server method -- you must
7 now use the new xmlrpc_debugmsg() function.
8
9 It can be downloaded from http://xmlrpc.usefulinc.com/php.html
10
11 Comprehensive documentation is available in the distribution, but you
12 can also browse it at http://xmlrpc.usefulinc.com/doc/
13
14 Bugfixes in this release include:
15
16  * fixed whitespace handling in values
17  * correct sending of Content-length from the server
18
19 New features include:
20
21  * xmlrpc_debugmsg() method allows sending of debug info in comments in
22    the return payload from a server
23
24  * xmlrpc_encode() and xmlrpc_decode() translate between xmlrpcval
25    objects and PHP language arrays. They aren't suitable for all
26    datatypes, but can speed up coding in simple scenarios. Thanks to Dan
27    Libby for these.
28          
29 The changelog is available at: http://xmlrpc.usefulinc.com/ChangeLog.txt
30
31 Please test this as hard as possible and report bugs to the XML-RPC PHP
32 mailing list, of which more details are available at
33 http://xmlrpc.usefulinc.com/list.html, or to <xmlrpc@usefulinc.com>.