[zeromq-dev] Missing listener arg in zmq_proxy PHP binding (ZMQDevice)

Pete Hayes pete at hayes.id.au
Tue Aug 27 14:34:02 CEST 2013


Thanks Pieter. That makes much more sense. I was wondering why the PHP binding wasn't following naming conventions!

My C is pretty rusty but if I find some free time I might have a go.

P.

On 26 Aug 2013, at 21:59, Pieter Hintjens <ph at imatix.com> wrote:

> 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
> _______________________________________________
> 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