PHP how to install PCNTL on Linux

$ make install

mkdir /opt/php
cd /opt/php*/ext/pcntl
$ phpize
$ ./configure --prefix=/usr
$ make</code></pre>

Add extension=pcntl.so to /etc/php5/cgi/php.ini

Leave a Reply

Your email address will not be published. Required fields are marked *