downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Laufzeit-Konfiguration> <Anforderungen
[edit] Last updated: Fri, 17 May 2013

view this page in

Installation

Prozesskontrollunterstützung in PHP ist nicht standardmäßig aktiviert. Sie müssen die CGI- oder CLI-Version von PHP mit der --enable-pcntl -Konfigurationsoption kompilieren, um Prozesskontrollunterstützung einzuschalten.

Hinweis:

Momentan wird dieses Modul nicht auf Plattformen funktionieren, die nicht auf Unix basieren (Windows).



add a note add a note User Contributed Notes Installation - [1 notes]
up
0
diogo-nechtan at tagon8inc dot com
10 months ago
Manual installation on Mountain Lion (OS X 10.8)

first: Download the php source
(e.g. $ wget http://br.php.net/get/php-5.3.15.tar.gz/from/this/mirror)

nechtan$ sudo su
sh-3.2# tar -zxvf php-5.3.15.tar.gz
sh-3.2# cd php-5.3.15/ext/pcntl/
sh-3.2# phpize && ./configure && make install
sh-3.2# echo "extension=pcntl.so" >> /etc/php.ini
sh-3.2# apachectl restart

checking if everything is ok.

sh-3.2# php -m | grep pcntl
pcntl

testing pcntl with Facebook's PHP shell:
http://www.phpsh.org/

 
show source | credits | sitemap | contact | advertising | mirror sites