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

http://snapshot.zero.mq/ does not respond and times out.

Hi. Will support for these protocols be added?

Building zmq.so on mac m1 was successful, but php does not accept zmq.so: Warning: PHP Startup: Unable to load dynamic library 'zmq.so' tried: '/Applications/MAMP/bin/php/php8.0.8/lib/php/extensions/no-debug-non-zts-20200930/zmq.so' (mach-o file, but is an incompatible...

Command make && make install breaks with: implicit declaration of function 'zmq_curve_keypair' is invalid in C99 on zmq.c:358 https://github.com/zeromq/php-zmq/blob/ee5fbc693f07b2d6f0d9fd748f131be82310f386/zmq.c#L358

Trying to install zmq with `sudo pecl install zmq-beta` on Fedora, I face the following error: ``` /var/tmp/zmq/zmq.c: In function ‘php_zmq_context_get’: /var/tmp/zmq/zmq.c:238:20: error: lvalue required as left operand of assignment...

this could happen, I'm not sure if context should have reference to all sockets, and close then before zmq_term, at least, it should provide some message

Hi all, there is a problem when run "pecl install zmq-beta", make: *** [php5/zmq.lo] Errore 127 ERROR: `make' failed Any fix? Thanks. --- root@cloud:/opt/plesk/php/7.4/bin# pecl install zmq-beta WARNING: channel "pecl.php.net"...

There are a bunch of fixes in master for php 7.2 and 7.3. Any chance for a new release? The last one (1.1.3) was published more than 3 years ago....

Hi guys, I have PHP 5.6 on Ubuntu 14.04 running with php-fpm and I have installed ZeroMQ 4.1.5 and the php binding via pear so it is compiled against my...