After a long and comprehensive beta program we are proud to release PHPRPC_2.1-20060707 today.
This version fixed xxtea.php bug on linux. This bug cause PHPRPC can't work correctly on some version linux.
Fixed return errno bug in asp PHPRPC server.
Add a new implementation of PHPRPC server for ASP.NET. It is powerful and easy to use. It implement all the features of PHPRPC for PHP, include reference parameters, console output redirect etc. And it is support overload methods, too.
Add two samples for PHPRPC for ASP.NET. one is a simple sample, the other is a web telnet sample, This sample shows the powerful of the PHPRPC for ASP.NET.
The manual.html is updated for PHPRPC for ASP.NET, too.
该版本修正了 xxtea.php 在 Linux 上的问题,该问题是由于在 Linux 上整数溢出处理方式不统一造成的。它使得 PHPRPC 的加密传输功能在某些 Linux 版本上不能正常工作。该问题目前已修正。
修正了 ASP 版本的 PHPRPC 服务器中返回的错误号格式不正确的问题,该问题会造成发生某些错误时不能被发现。
这次该版本最大的更新是增加了 PHPRPC for ASP.NET 服务器端。它功能强大且简单易用,它实现了 PHPRPC for PHP 服务器端的所有特征,包括引用参数传递、控制台输出重定向等功能。另外,它还增加了对重载方法的支持。
该版本中还增加了 2 个 PHPRPC for ASP.NET 的例子。一个是简单的示例,另一个是通过 PHPRPC for ASP.NET 实现的 Web Telnet 客户端,它充分显示了 PHPRPC for ASP.NET 的强大功能。
另外,该版本还增加了 .NET 版本的 keygen,可以用它来生成 keypair.php、keypair.js 和 KeyPair.cs,.NET 版本的 keygen 执行速度远远快于 PHP 版本。
同时,PHPRPC 用户指南也增加了 PHPRPC for ASP.NET 的内容。