zeromq / php-zmq

ZeroMQ for PHP
http://pecl.php.net/zmq
Other
551 stars 119 forks source link

ZMQAuth is broken with czmq 3.x #169

Open mkoppanen opened 8 years ago

mkoppanen commented 8 years ago

The API has changed completely and does not support libzmq sockets directly

phuedx commented 8 years ago

I'll look into this soon. It may result in completely extracting it, it may not.

@mkoppanen: If you wish, then you can assign this to me.

mkoppanen commented 8 years ago

I think it will result either in extracting or updating large other parts. zauth in CZMQ 3.x works only on "zsock_t" which is an opaque handle to zeromq sockets. I couldn't find a way to convert plain libzmq socket to that type.

One option we have is to add fuller czmq bindings alongside.