Alex
Alex
Have you tried to output `err` variable content in your `clickLink` callback?
I also got the same problem. I imported it into PHPStorm IDE and get fatal errors about missing constants. Will be this api.php file fixed soon?
It appears that most accurate version is here http://php.zero.mq/, but you can't really download all class declarations from there.
Any progress on this one? I can use Reflection API to get names of constants and method, but how do I get these nice PHPDoc documentation for each of them?
Are you sure that https://github.com/SegFaulty/DocThor/wiki/zmq is generated according to latest version of php extension? ZMQDevice constructor should have 3 arguments: $device_type $frontend $backend according to their C api http://api.zeromq.org/2-1:zmq-device and...
Since current PHP bindings were out there for quite a long time, then maybe in PHP there is another way to specify device type, but I really don't know how.
I've just noticed that this page http://api.zeromq.org/2-0-11:_start is API documentation for ZeroMQ 2.0.11, where zmq_device function exists and it has 3 parameters. But I'm using 2.1.11 (http://api.zeromq.org/2-1-1:_start) version of ZeroMQ...
From documentation: If you're like most ØMQ users, at this stage your mind is starting to think, "what kind of evil stuff can I do if I plug random socket...
That is quite strange considering, that `Walker` is used a lot and nobody haven't reported any warning so far. Are you sure this isn't because of an error on JIRA...
@lookyman , can you please attach some stack trace if possible from place where that warning happens?