Hi guys, I hope you're able to help me.
I get the following error:
root@debian:/usr/local# php bin/push-server.php
PHP Fatal error: Class 'React\ZMQ\Context' not found in /usr/local/bin/push-server.php on line 8
Following Line is Line 8:
$context = new React\ZMQ\Context($loop);
Before I tried the push-server, i were able to do the chat-server.
If I do php -m | grep z that's the result:
root@debian:/usr/local# php -m | grep z
bz2
tokenizer
zip
zlib
And I think thats my fault. Shouldnt be here a zmq?
I'm not quite sure but dont know how to solve it.
Hope you can help me.
PS: If I have to add something in the php.ini please tell me where and what. (:
Kind Regards
Fr34k