php-zmq is not shown on phpinfo() page
问题 I am using Wamp Server on Windows and I installed zmq library. When I write php --info on console, I see that zmq is shown as intalled. zmq ZMQ extension => enabled ZMQ extension version => 1.1.2 libzmq version => 3.2.2 But when I create a php page with phpinfo() function to show php configuration, it does not show anything about zmq. Plus, it is unable to find ZMQContext and other ZMQ classes, like ZMQSocket. I guess it's not fully installed, but I don't know what to do anymore. I have