After a long and comprehensive beta program we are proud to release PHPRPC_2.1-20060810 today.
This Version Fixed more bug in PHPRPC for PHP, ASP, JavaScript and .NET, and add the PHPRPC for Java. The following is some changes:
Fixed XXTEA.cs Memory Overflow error when decrypt wrong input data.
Fixed PHPSerializer.cs error when using 2 bytes encoding charset to serialize.
Update PHPSerializer for JavaScript, C# and Java.
Remove phprpc_ajax_client & phprpc_js_client.
Unite php4_rpc_client.php & php5_rpc_client.php into phprpc_client.php.
Fixed output bug in PHPRPC for .NET.
Optimized PHPRPC Client for .NET.
Add Credentials property in PHPRPC Client for .NET.
Fixed Proxy property in PHPRPC Client for .NET.
Move PHPRPC for PHP into into php directory.
Fixed ref arguments bug in phprpc_client.php.
Fixed error_handler bug in phprpc_server.php.
Remove doc.
Add LICENSE, README, INSTALL and AUTHORS.
Add PHPRPC for Java Server and Client.