Shkarbatov Dmitriy

Results 4 issues of Shkarbatov Dmitriy

Hi, I have some problems, unfortunately I can't find this in documentation, so hope you will help me. I have own API, that receive message and this message I need...

question
difficulty: casual
in progress

Hi all! I create WebSocket server on phpdaemon: **Web client part:** ``` var ws = new WebSocket('ws://site.ll:3333/?user=tester01'); ws.onmessage = function(evt) { alert(evt.data); }; ws.onopen = function (event) { ws.send('tester01'); }...

Hi all! Can't find any information about PHP version. Is it works with php 7.0, 7.1, 7.2 ?

Hi, I have memory leack in my workers. I have done [memory_get_usage()](http://php.net/manual/ru/function.memory-get-usage.php) on each iteration: 50183840 91469968 95433592 99533688 103630880 107729448 .. 378392128 Also I have done memory dump by...