Skip to content

Releases: hprose/hprose-php

Version 2.0.16

09 Sep 08:31
Compare
Choose a tag to compare

Fixed Http Service on PHP 5.3

Version 2.0.15

04 Sep 06:12
Compare
Choose a tag to compare

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

Version 2.0.14

03 Sep 01:05
Compare
Choose a tag to compare

Added onFailswitch event.
Added failround readonly property.

Version 2.0.13

02 Sep 15:17
Compare
Choose a tag to compare

Fixed retry.
No wait on the first round failswitch.

Version 2.0.12

24 Aug 12:20
Compare
Choose a tag to compare

Added failswitch parameter for subscribe.
Fixed socket client retry.

Version 2.0.11

12 Aug 10:23
Compare
Choose a tag to compare

Improved Promises/A+ implementation.

Version 2.0.10

11 Aug 06:48
Compare
Choose a tag to compare

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

Version 2.0.9

10 Aug 14:20
Compare
Choose a tag to compare

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

Version 2.0.8

09 Aug 16:16
Compare
Choose a tag to compare

Added Context-Length on http service.

Version 2.0.7

08 Aug 06:31
Compare
Choose a tag to compare

Improved coroutine performance.
Improved server performance.