Skip to content

Releases: hprose/hprose-php

Version 1.5.3

24 Apr 14:33
Compare
Choose a tag to compare

Added swoole TCP client and server.
Added swoole Unix Socket client and server.
Added swoole WebSocket server.
Added common swoole client and server.
Added Symfony service and server.
Imporved error handling on server.
Imporved composer autoload suport.
Support hprose for pecl v1.4.2+

Version 1.5.2

10 Apr 07:33
Compare
Choose a tag to compare

Removed unnecessary __construct & __destruct.
Support hprose for pecl v1.3.0+

Version 1.5.1

07 Apr 14:35
Compare
Choose a tag to compare

Added load and save method for HproseBytesIO.
Added HproseBytesIO serialize support.
Support hprose for pecl v1.2.0

Version 1.5.0

02 Apr 07:28
Compare
Choose a tag to compare

This is the new release version of the hprose for PHP.
It only supports PHP 5.3+ (include PHP 5.3 and PHP 7).
It supports hprose for pecl for fast running.
It supports namespace.
The client added asynchronous(concurrent) invoke support.
The service/server added swoole http server support.

Version 1.4.0

06 Mar 04:48
Compare
Choose a tag to compare

This is the first release version of the hprose for PHP.
This is also the last version of hprose for PHP 5.3-.
In the next release, we will rewrite the code for only PHP 5.3+ (include 5.3).