parallel icon indicating copy to clipboard operation
parallel copied to clipboard

A succinct parallel concurrency API for PHP8

Results 48 parallel issues
Sort by recently updated
recently updated
newest added

This PR fixes the debug handlers when copying the `Sync` object into the thread. Thank you @bwoebi 🎉 Fixes #281 and #285

In compilation process latest parallel (master branch) I see this warnings: ``` /private/tmp/parallel/src/sync.c:33:48: warning: unused function 'php_parallel_sync_fetch' [-Wunused-function] static zend_always_inline php_parallel_sync_t* php_parallel_sync_fetch(zend_object *o) { ^ /private/tmp/parallel/src/sync.c:40:48: warning: unused function 'php_parallel_sync_from'...

I tried to compile parallel on my old raspberry 2 model B using the docker image php:8.3-zts and got the following error: 548.1 /bin/bash /tmp/pear/temp/pear-build-defaultuserRQMTMs/parallel-1.2.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/parallel -I/tmp/pear/temp/pear-build-defaultuserRQMTMs/parallel-1.2.1/include...

In PHP 8.2 the `JMPZNZ` opcode was removed with https://github.com/php/php-src/pull/7857 fixes #283

Hey there 👋 this PR makes `ext-parallel` compile with the upcoming PHP 8.4. Kind regards Florian Fixes #286

In newer php version in compilation process parallel I see error: ``` /tmp/parallel-1.2.1/src/poll.c:23:10: fatal error: 'ext/standard/php_mt_rand.h' file not found #include "ext/standard/php_mt_rand.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make: *** [src/poll.lo] Error 1...

Don't plan on fixing bugs and updating compatibility with the latest PHP version

In the documentation it's written that the arguments of a task can't contain internal objects. By internal objects do they mean instances of classes defined in the php core (such...

Windows 10 php-7.2.9-Win32-VC15-x64 php_parallel-1.1.4-7.4-ts-vc15-x64 ```php

Hi. In the continuation of this [issue ](https://github.com/krakjoe/parallel/issues/189): **a.php** ```php