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

Make in php7 error #180

Open
cl51287 opened this issue Oct 18, 2016 · 1 comment
Open

Make in php7 error #180

cl51287 opened this issue Oct 18, 2016 · 1 comment

Comments

@cl51287
Copy link

cl51287 commented Oct 18, 2016

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

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!

@alvaro-osvaldo-tm
Copy link

alvaro-osvaldo-tm commented Mar 13, 2017

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.

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