Sounds like the PHP binding is using the older zmq_device API which doesn't have this argument. If you're up to it, you might want to make a patch for it to use zmq_proxy instead.
On Mon, Aug 26, 2013 at 4:53 PM, Pete Hayes <[email protected]> wrote: > G'day, > > I'm writing something in PHP + 0MQ and seem to have an issue with the > implementation of zmq_proxy, namely that ZMQDevice doesn't have an arg for > (according to the docs) a listener socket, like the C implementation does. Am > I missing something or is it a limitation with the PHP binding? > > Cheers, > > Pete. > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
