php-zmq icon indicating copy to clipboard operation
php-zmq copied to clipboard

ZeroMQ for PHP

Results 38 php-zmq issues
Sort by recently updated
recently updated
newest added
trafficstars

Referring to the issue no https://github.com/zeromq/zeromq4-x/issues/164

Hello, I followed the turtorial, but when I restart my XAMPP, this error is still showing. > [22-Apr-2015 15:49:33 Europe/Berlin] PHP Warning: PHP Startup: Unable to load dynamic library '/opt/lampp/lib/php/extensions/no-debug-non-zts-20131226/zmq.so'...

Hi; I get the above error when I run $ make && make install, as directed in the wiki. This is the error I get: /bin/sh /Users/igor.cornejo/php-zmq/libtool --mode=compile cc -I....

According to [zmq doc](http://api.zeromq.org/3-2:zmq-setsockopt) ZMQ_LINGER: "The value of 0 specifies no linger period. Pending messages shall be discarded immediately when the socket is closed with zmq_close()." So here is my...

I try to upgrade my php version from php5.6 to php7, try to update zmq to support php7, when use pecl install zmq-1.1.3, it raise follow error: ![image](https://user-images.githubusercontent.com/26375175/33200671-8b7911fe-d130-11e7-8f88-a6cc16872b78.png) environment: centos6.8...

Hi there, Recently upgraded to PHP 7 and now I'm getting segfaults using our polling code. It traces back to this section (this is using the zmq-beta 1.1.3 PECL installation,...

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...

Hi there, In api.php all the constants are defined in the ZMQSocket class, but they are actually in the ZMQ class. If I try to use for example ZMQSocket::SOCKET_PUB I...

When I run through cli it works, but when I use apache it does nothing, but in logs it writes: Permission denied src/thread.cpp:178

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...