Zhiyong Li
Zhiyong Li
> Hi, Using SplObjectStorage you can attach additional data to connection: > > ``` >
Just saw this post. Should we avoid using ZMQ on both Windows and Linux now? I saw support for Window by PHP-ZMQ was abandoned since PHP 7.2, thought that's just...
@byuilazenbyt Could you elaborate or point me to a link about the issues of ZMQ has with PHP7.2+ ? Thanks.
@WyriHaximus what are the best practice if we have to use built-in extensions like PDO? I assume the reactphp based mysql library doesn't support PostgreSQL and other database, there also...
@WyriHaximus thanks and happy new year.
I am having the same issue. Did anyone get it to work? I got 404 for the background image in laravel-mix compiled js file.
when I tried to open the xls file, I got the following message:  If I press OK button, MS Excel will still open the file without problem. Is there...
As of Jan 2nd 2018, browsers mentioned by @ds4a don't work. But IE11 on windows 10, x64, worked.
Something like this should fix it. ``` $webSock = new Reactor('127.0.0.1:80', $loop); ```
I was able to install php-zmq on Ubuntu 20.04 with PHP8.1 by simply run: ``` sudo apt install php-zmq ``` This was done in WSL2 and also in a VPS.