Lawrence Stubbs
Lawrence Stubbs
``` $A = new A(); foreach(self::get_devices() as $k => $machine) { $task[$k] = new ProcessCallbackTask(function() use($k, $machine, $A) { A->run($machine->name); // No way $A->run($machine->name); // No way }); ``` Just...
See [Initial **ffi** release of basic functionality without **uv_queue_work**](https://github.com/symplely/uv-ffi/releases/tag/0.3.0)
For future reference, I find the issues with other extensions installed. Having `opcache` enabled is the main problem, and using `xdebug` too does not play well. I find segmentation faults...
i haven't really tested/used just using this repo, i think most are updated thou. I will need to rebuild using just docker-systemctl-replacement.
There are various issues with PHP 8+, and haven't gotten around to addressing. Seems the warnings is expected starting with PHP 8 to show according to https://www.php.net/manual/en/function.array-reduce.php You can submit...
Seems reasonable, have you tried the patch on PHP 7.4 to see for BC?
see **stackoverflow** https://stackoverflow.com/questions/35220111/install-name-tool-difference-between-change-and-id/53737831#53737831 and http://matthew-brett.github.io/docosx/mac_runtime_link.html#the-install-name
I went a totally different direction instead, moved most of my ideas into https://github.com/symplely/c-coroutine. The library here has too many shortcomings, and can't move belong the not so low level.
Hostname needs to be your IP address whatever hostname you have, you have "free.pbx.host"
I mean you have "free.pbx.host" in your docker run command. You not going to connect to anything with that. Unless you own the domain.