We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i use php7.0.12 make https://pecl.php.net/package/zmq/1.1.3 version, it trigger error, follow:
/opt/local/php/src/php-zmq-php7/zmq_pollset.c:52: error: redefinition of typedef php_zmq_pollset /opt/local/php/src/php-zmq-php7/php_zmq_private.h:54: note: previous declaration of php_zmq_pollset was here
/opt/local/php/src/php-zmq-php7/zmq_pollset.c:52: error: redefinition of typedef php_zmq_pollset
/opt/local/php/src/php-zmq-php7/php_zmq_private.h:54: note: previous declaration of php_zmq_pollset was here
and when i use https://github.com/mkoppanen/php-zmq master branch, it work correct. I find https://pecl.php.net/package/zmq/1.1.3 and master version have some difference, should I use master version instead of https://pecl.php.net/package/zmq/1.1.3 version?
Thanks!
The text was updated successfully, but these errors were encountered:
I compiled with PHP 7.0.14, however, the extension has a bug in client method. I compiled using the source code, not with PECL.
Sorry, something went wrong.
No branches or pull requests
Hi,
i use php7.0.12 make https://pecl.php.net/package/zmq/1.1.3 version, it trigger error, follow:
and when i use https://github.com/mkoppanen/php-zmq master branch, it work correct.
I find https://pecl.php.net/package/zmq/1.1.3 and master version have some difference, should I use master version instead of https://pecl.php.net/package/zmq/1.1.3 version?
Thanks!
The text was updated successfully, but these errors were encountered: