Florian Engelhardt
Florian Engelhardt
Hey @TheCustomFHD, I switched to https://github.com/morrownr/8814au recently
Hey @vovkapoc, I just merged #289 into `develop` and the two failing tests in PHP 8.3 should be gone.
Hey @ziaratban, sorry for radio silence. First of all: thanks for this nice and easy reproducer! I gave it a quick try and was able to reproduce this with OPcache,...
Hey @scramatte 👋 you'd have two options: - fetch all the data from the database in your main thread, start worker threads and pass in part of the data each...
Hey @iggyvolz, I tried to reproduce with your snippets and can't get a segfault with PHP 8.3 but I got ```bash $ php -d extension=modules/parallel.so -d opcache.preload=preload.php test.php Executing Preloader...
Hey @TheTechsTech, thanks for opening a PR, but as. @cmb69 already pointed out, you can download Windows DLLs for this package at [PECL](https://pecl.php.net/package/parallel) (where you'd also find the `.so` binaries...
Hey @dukedrake, as @harryqt mentioned, please go ahead and read https://github.com/krakjoe/parallel/issues/35#issuecomment-492125610 This does not mean, that it is impossible to use `ext-parallel` in PHP-FPM, but you need to be aware...
Hey @JanTvrdik, thanks for creating a reproducer in Docker. I tried to run this but could not reproduce, not on MacOS and not in your docker container. It could be...
I'm on a vacation with my family till Friday, but I'll I can pick up after my return. > In case I didn't say it yet, thanks for all the...
Hey @davidnurdin 👋 the error `fatal error: concurrent map read and map write` looks like a race condition to me. I am not 100% sure and might be wrong but...