Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 647 Bytes

File metadata and controls

41 lines (30 loc) · 647 Bytes

Requirements

  • PHP >= 8.0
  • ZTS
  • <pthread.h>

Installation

From PECL

pecl install parallel

From PIE

pie install pecl/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!