Hprose Pecl Versions Save

Hprose is a cross-language RPC. This project is Hprose serialize/unserialize extension for PHP

v1.6.0

8 years ago

Removed future, client and server implementations.

v1.5.5

8 years ago

use zend_ce_throwable introduce in 7.0.0alpha2, fix #9.

v1.5.4

9 years ago

Fixed a bug of serializing an object of a class which implements IteratorAggregate interface.

v1.5.3

9 years ago

Fast compiling on Windows and Linux. Faster integer serialize. Faster double serialize. Faster basic type serialize/unserialize. Added Completer and Future class. Added async service support. Improved async client support. Fixed a bug of instance method service.

v1.4.2

9 years ago

Changed getErrorTypeString to public static method. Changed sendError to public method. Improved error handling. Fixed segmentation fault when serialize/unserialize custom PHP class object on Non Thread Safe (NTS) PHP.

v1.4.1

9 years ago

Syntax updates for strict C89 compilers. Fixed Windows support.

Download Windows version from here: https://pecl.php.net/package/hprose/1.4.1/windows

Download Windows PHP 7 version from here: http://windows.php.net/downloads/pecl/snaps/hprose/1.4.1

v1.4.0

9 years ago

Added Windows support. Faster write of HproseBytesIO for long string.

v1.3.2

9 years ago

Fixed pecl install in Mac OS X. Changed packages directories.

v1.3.1

9 years ago

Added PHP 5.2 support. Added old PHP 5.3 support.

v1.3.0

9 years ago

Removed unnecessary __construct and __destruct. Added clone support for HproseBytesIO. Added get_gc handler for all hprose class. Added installation in README. Support hprose for php v1.5.2+ Support hprose-workerman