[zeromq-dev] Missing listener arg in zmq_proxy PHP binding (ZMQDevice)
Pieter Hintjens
ph at imatix.com
Mon Aug 26 22:59:33 CEST 2013
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 <pete at hayes.id.au> 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
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
More information about the zeromq-dev
mailing list