zmq 1.1.3

ZeroMQ messaging


ZeroMQ is a software library that lets you quickly design and implement a fast message-based applications.

License: BSD License

This package is not maintained, if you would like to take over please go to this page.

Changes

- Introduces PHP7 support. PHP5 compilation should work but receives no updates.
- Added new methods:
* ZMQSocket::monitor (and related ZMQSocket::recvEvent)
* ZMQ::z85Encode/Decode
* ZMQ::has
- Socket options are now restricted to their valid socket types
- Usage pthreads extension is now better supported and tested