mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added configure option for pcntl support
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57555 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
12f8a99e3a
commit
c5ffcca8f9
1 changed files with 15 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue