Version | Message |
1.1.3 |
- 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 |
1.1.2 | - Fixes a bug where device callback was invoked too early |
1.1.1 | - Missing zmq_clock.c from the archive |
1.1.0 |
- Device related fixes and improvements: * Added setTimerCallback to set a timer function * Added getIdleTimeout/getTimerTimeout |
1.0.9 | - Windows build related fixes |
1.0.8 |
- Added config.w32 for Windows builds - Removed unused variables and dead code (remicollet) - Package tests with the release (remicollet) |
1.0.7 |
- Added optional listener socket to ZMQDevice - Added support for ZeroMQ 4.x |