Hprose Php Versions Save

Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP

v2.0.16

7 years ago

Fixed Http Service on PHP 5.3

v2.0.15

7 years ago

Added getUriList and setUriList method on Client. Added remove method on Service to remove published function, method or topic.

v2.0.14

7 years ago

Added onFailswitch event. Added failround readonly property.

v2.0.13

7 years ago

Fixed retry. No wait on the first round failswitch.

v2.0.12

7 years ago

Added failswitch parameter for subscribe. Fixed socket client retry.

v2.0.11

7 years ago

Improved Promises/A+ implementation.

v2.0.10

7 years ago

Fixed Socket Client can't exit when server is shutdown. Fixed can't find ReflectObject.php Update getNextId.

v2.0.9

7 years ago

Improved onSubscribe event. Improved defer tasks. Added setImmediate method on Timer.

v2.0.8

7 years ago

Added Context-Length on http service.

v2.0.7

7 years ago

Improved coroutine performance. Improved server performance.