adding PHP mention

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339409 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Fábio Luciano Nogueira de Góis 2016-06-19 21:36:46 +00:00
parent 24f1c77edb
commit bde46b0386

View file

@ -5,7 +5,7 @@
<sect2 xml:id="install.fpm.install.compiling">
<title>Compiling from sources</title>
<para>
In order to enable FPM in your PHP build you need to add <literal>--enable-fpm</literal>
In order to enable FPM in your PHP build you need to add <literal>--enable-fpm</literal>
to your configure line.
</para>
<para>
@ -29,7 +29,7 @@
</listitem>
<listitem>
<para>
<literal>--with-fpm-acl</literal> - Use POSIX Access Control Lists (default - no). Since 5.6.5.
<literal>--with-fpm-acl</literal> - Use POSIX Access Control Lists (default - no). Since PHP 5.6.5.
</para>
</listitem>
</itemizedlist>