Changelog for yar |
Release |
What has changed? |
2.0.4 |
- Implemented FR #108 (Allow setting custom headers)
- Clenup for 7.2 |
2.0.3 |
- Fixed bug #74867 (segment fault when use yar persistent call twice remote function)
- Fixed PHP-7.2 Compatibility |
2.0.2 |
- Fixed issue #98 (Memeory exhuasted while using with Yaf) |
2.0.1 |
- Fixed bug in doc comment displaying
- PHP-7.1 compatible fixs |
1.2.5 |
- Fixed #62 Fix the issue#61. yar_server.c:php_yar_server_handle free raw_data prematurely
- Fixed build from PECL
- Fixed issue #50 "can not get fd from curl instance" |
2.0.0 |
- Release Yar for PHP7 |
1.2.4 |
- Fixed bug "can not get fd from curl instance" on MacOS and Windows
- Add Yar_Concurrent_Client::reset to meet #26
- Fixed build with libcurl-7.12
- Enable msgpack prompt in package.xml |
1.2.3 |
- Fixed windows building
- Fixed segfault NULL pointer dereference |
1.2.2 |
- Fixed Issue #9 (Yar Server will response in the same package as client packaged)
- Fixed Bug (Unterminatable select)
- Add debug tool (A PHP implemented Yar debug client) |
1.2.1 |
- (NOTE) yar.connect_timeout and yar.timeout are ms now
- Fixed bug(a typo) by zengohm at gmail.com
- Fixed bug that curl_multi_fdset may return -1 |
1.2.0 |
- Add ability to change the request/response Content-type
- Add Version info in phpinfo outputing |
1.1.2 |
- Fixed bug uninitialized value in socket transporter |
1.1.1 |
- Add missed socket.c into package |
1.1.0 |
- Support TCP/Unix RPC
- Support perisitent link (HTTP/TCP/Unix)
- Reimplements http RPC for profermance
- Fix some memleaks |
1.0.0 |
- First release |