- PHP >= 8.0
- ZTS
- <pthread.h>
From PECL
pecl install parallelFrom PIE
pie install pecl/parallelBinary distributions
Microsoft Windows binaries are released through PECL.
From sources
git clone https://github.com/krakjoe/parallel.git
cd parallel
phpize
./configure --enable-parallel [ --enable-parallel-coverage ] [ --enable-parallel-dev ]
make
make test
make installNote
This will install the latest version from the develop branch and should be
considered unstable!