yar 2.1.0

Light, concurrent RPC framework


Yar(Yet another RPC framework) is a light, concurrent RPC framework, supports multi package protocols (json, msgpack)

License: PHP

Changes

- YAR_OPT_PERSISTENT now make connection PHP request lifecycle
- Added YAR_OPT_RESOLVE
- Removed yar.allow_persistent
- Fixed issue #148 (memory leak in callback)
- Fixed issue #149 (malformed hostname was passed)