You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spatie\Async\Output\ParallelError: PHP Warning: include(): Opis\Closure\ClosureStream::stream_set_option is not implemented! in /root/vendor/opis/closure/src/SerializableClosure.php on line 257
in /root/vendor/spatie/async/src/Output/ParallelError.php:11
Stack trace:
#0 /root/vendor/spatie/async/src/Process/ParallelProcess.php(126): Spatie\Async\Output\ParallelError::fromException() #1 /root/vendor/spatie/async/src/Process/ProcessCallbacks.php(54): Spatie\Async\Process\ParallelProcess->resolveErrorOutput() #2 /root/vendor/spatie/async/src/Process/ProcessCallbacks.php(38): Spatie\Async\Process\ParallelProcess->triggerError() #3 /root/vendor/spatie/async/src/Pool.php(182): Spatie\Async\Process\ParallelProcess->triggerSuccess() #4 /root/vendor/spatie/async/src/Pool.php(295): Spatie\Async\Pool->markAsFinished() #5 /root/vendor/spatie/async/src/Pool.php(131): Spatie\Async\Pool->Spatie\Async{closure}() #6 /home/tor-fake/web/hydraruma6mcunvp.onion/public_html/test.php(14): Spatie\Async\Pool->wait() #7 {main}
...but, most importantly, the function does not work at all, at the end php echoes just 'COLLECT', while it should be different as you may see.
Can anyone please say what exactly I do wrong?
The text was updated successfully, but these errors were encountered:
Hi there. PHP 7.4.0RC1, CentOS 7.6.1810. Setup using composer.
Trying to execute this code:
Got 3 warnings like that:
...but, most importantly, the function does not work at all, at the end php echoes just 'COLLECT', while it should be different as you may see.
Can anyone please say what exactly I do wrong?
The text was updated successfully, but these errors were encountered: