zeromq / php-zmq

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

Fix build with old GCC #170

Closed remicollet closed 8 years ago

remicollet commented 8 years ago

On RHEL.CentOS-6 (gcc 4.4)

 /builddir/build/BUILD/php70-php-pecl-zmq-1.1.3/NTS/zmq_pollset.c:52: error: redefinition of typedef 'php_zmq_pollset'
 /builddir/build/BUILD/php70-php-pecl-zmq-1.1.3/NTS/php_zmq_private.h:54: note: previous declaration of 'php_zmq_pollset' was here
mkoppanen commented 8 years ago

Thanks, @remicollet !