Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 607 Bytes

INSTALL.md

File metadata and controls

35 lines (26 loc) · 607 Bytes

Requirements

  • PHP 8.0
  • ZTS
  • <pthread.h>

Installation

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!