Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERR_EAGAIN and ERR_ENOTSUP mistake #185

Open
alvaro-osvaldo-tm opened this issue Apr 27, 2017 · 2 comments
Open

ERR_EAGAIN and ERR_ENOTSUP mistake #185

alvaro-osvaldo-tm opened this issue Apr 27, 2017 · 2 comments

Comments

@alvaro-osvaldo-tm
Copy link

Hi, i have checked every constant in ZMQ class defined in the file api.php (https://github.com/mkoppanen/php-zmq/blob/master/api.php)

Both ZMQ::ERR_EAGAIN and ZMQ::ERR_ENOTSUP have a different value that occurs at runtime.
I would like to discuss if it's right, before sending the commit.

If you like, you can check with this script.
const-zeromq.zip

ZMQ::ERR_EAGAIN => defined 35 but in runtime is 11
ZMQ::ERR_ENOTSUP => defined 45 but in runtime is 95
ZMQ::LIBZMQ_VER => defined 4.1.4 but in runtime is 4.2.2
ZMQ::LIBZMQ_VERSION => defined 4.1.4 but in runtime is 4.2.2
ZMQ::LIBZMQ_VERSION_ID => defined 40104 but in runtime is 40202
ZMQ::LIBZMQ_VERSION_MINOR => defined 1 but in runtime is 2
ZMQ::LIBZMQ_VERSION_PATCH => defined 4 but in runtime is 2

@bbalet
Copy link

bbalet commented May 13, 2017

This project looks dead :(

@alvaro-osvaldo-tm
Copy link
Author

I'm starting to think the same @.@

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants