![]() |
Installing zeromq without xampp on php 7.4 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31) +--- Thread: Installing zeromq without xampp on php 7.4 (/showthread.php?tid=78722) |
Installing zeromq without xampp on php 7.4 - kristianlake - 03-02-2021 Hi all does anyone have any idea how to do this? I want to use ratchet php using it’s push model but the composer require for it needs zeromq installed as a prerequisite. I have been trying to keep away from xampp but I think this isn’t installing because of a loadfile in the xampp /bin folder loading the extension properly . Does anyone know how we can do this without xampp? RE: Installing zeromq without xampp on php 7.4 - kristianlake - 03-03-2021 Anyone before I abandon ratchet? I want to use pub/sub in parts of my site. RE: Installing zeromq without xampp on php 7.4 - MGatner - 03-03-2021 I'm afraid I'm unfamiliar! RE: Installing zeromq without xampp on php 7.4 - kristianlake - 03-04-2021 No worries, I think I will have to write my own from scratch. Thanks though ![]() |