How to install: parallel? A parallel concurrency extension for PHP 7.2+

peps03

Verified User
Joined
Oct 24, 2013
Messages
192
Location
Amsterdam
Hi,

We're in limbo on how to install "Parallel", a parallel concurrency extension for PHP 7.2+.


Following this Poralix script, I tried:
./php-extension.sh install parallel

But it does not succeed:
1645565000112.png



Any ideas?

Thanks!
 
You have to set
--enable-maintainer-zts
in the Customize compilation in the Custombuild screen under your PHP version
1645566772048.png

then run the pecl.

Which part of Tennessee??
 
I imaging speed is a pro of parallel concurrency extension for PHP 7.2+
Does your php scripts need to be rewritten to make advantage of this?
How does it affect memory use?
 
Back
Top