From c5ffcca8f94ad6dd331783b076c5f3e5877aa8da Mon Sep 17 00:00:00 2001 From: Daniel Beckham <danbeck@php.net> Date: Fri, 14 Sep 2001 20:54:13 +0000 Subject: [PATCH] added configure option for pcntl support git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57555 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/chapters/install.xml b/chapters/install.xml index 4aab8511d2..8ca067ceca 100644 --- a/chapters/install.xml +++ b/chapters/install.xml @@ -1,5 +1,5 @@ <?xml encoding="iso-8859-1"?> -<!-- $Revision: 1.76 $ --> +<!-- $Revision: 1.77 $ --> <chapter id="installation"> <title>Installation</title> @@ -1564,6 +1564,20 @@ $ /usr/local/sbin/php4-enable </para> </listitem> </varlistentry> + <varlistentry id="install.configure.enable-pcntl"> + <term> + <parameter>--enable-pcntl</parameter> + </term> + <listitem> + <para> + PHP 3: Option not available in PHP 3 + </para> + <para> + PHP 4: Enable process control functions. (fork, waitpid, + signal, et. al.) + </para> + </listitem> + </varlistentry> <varlistentry id="install.configure.disable-rpath"> <term> <parameter>--disable-rpath</parameter>