- PHP 8.0
- ZTS
- <pthread.h>
From PECL (recommended)
pecl install parallel
Binary 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 install
Note
This will install the latest version from the develop
branch and should be
considered unstable!