Release Name: 3.0.5
Notes:
PHPRPC is a Perfect High Performance Remote Procedure Calling that works over the Internet. It's secure and fast. It has a smaller overhead. It's powerful and easy to use. This project is implements of PHPRPC client and server for Ruby. HomePage: http://phprpc.org This release supports Ruby 1.8.5 version or higher. It includes implements of PHPRPC client and server. The implement of server support CGI, FCGI, SCGI, LSAPI, Mongrel, Thin, Ebb, WEBrick, and also support other rack servers. You only need write one server program, and start different server when using different command line.
Changes:
2009-01-12
Fixed unserialize boolean type in ruby.
2009-01-18
Fixed unserialize private and protected field bug
2009-02-27
Changed big integer serialization as string.
2009-03-08
Modified Cookie Manager in PHPRPC Client.
Added asynchronous invoke supports in PHPRPC Client.
Modified PHPRPC Server, make it thread safe.
2009-03-10
Fixed phprpc_id bug in PHPRPC Client.
|