Skip to content

Releases: hprose/hprose-php

Version 2.0.26

22 Dec 04:54
Compare
Choose a tag to compare

Fixed some bugs.

Version 2.0.25

10 Dec 08:26
Compare
Choose a tag to compare

Improved wrap, all, any and settle

Version 2.0.24

07 Dec 04:27
Compare
Choose a tag to compare

Changed state, value and reason of Future to private fields.

Version 2.0.23

05 Dec 13:04
Compare
Choose a tag to compare

Added promisify.

Version 2.0.22

05 Dec 11:47
Compare
Choose a tag to compare

Changed fsockopen to pfsockopen
Fixed 28: Operation time out after xxxx milliseconds with 0 bytes received
Improved co & toPromise
Added httpHeader support for http client

Version 2.0.21

13 Nov 18:27
Compare
Choose a tag to compare

Added methods and isMissingMethod on service context.
Improved retry.

Version 2.0.20

16 Oct 04:00
Compare
Choose a tag to compare

Improved push promise data.

Version 2.0.19

16 Oct 02:18
Compare
Choose a tag to compare

Added isSubscribed and subscribedList.

Version 2.0.18

23 Sep 07:40
Compare
Choose a tag to compare

Improved push service.

Version 2.0.17

17 Sep 07:54
Compare
Choose a tag to compare

Fixed timeout bug of Socket Client & Server.
Fixed memory leak when client timeout shorter than push server.