Document USES=php.
Reviewed by: wblock Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6932
This commit is contained in:
parent
1201b34495
commit
f97fdfedee
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48999
2 changed files with 20 additions and 8 deletions
|
|
@ -3425,19 +3425,25 @@ do-install:
|
|||
|
||||
<important>
|
||||
<para>Use <varname>WWWOWN</varname> and
|
||||
<varname>WWWGRP</varname>, with parsimony, and remember that
|
||||
every file the web server can write to is a security risk
|
||||
waiting to happen.</para>
|
||||
<varname>WWWGRP</varname> sparingly. Remember that every
|
||||
file the web server can write to is a security risk waiting
|
||||
to happen.</para>
|
||||
</important>
|
||||
|
||||
<para>Do not depend on Apache unless the web app explicitly
|
||||
needs Apache. Respect that users may wish to run a web
|
||||
app on different web server than Apache.</para>
|
||||
application on a web server other than
|
||||
<application>Apache</application>.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="php-variables">
|
||||
<title>PHP</title>
|
||||
|
||||
<para><application>PHP</application> web applications declare
|
||||
their dependency on it with <literal>USES=php</literal>.
|
||||
Variables are used to specify which
|
||||
<application>PHP</application> modules are required.</para>
|
||||
|
||||
<table frame="none" xml:id="using-php-variables">
|
||||
<title>Variables for Ports That Use PHP</title>
|
||||
|
||||
|
|
@ -3445,10 +3451,7 @@ do-install:
|
|||
<tbody>
|
||||
<row>
|
||||
<entry><varname>USE_PHP</varname></entry>
|
||||
<entry>The port requires PHP. The value
|
||||
<literal>yes</literal> adds a dependency on PHP.
|
||||
The list of required PHP extensions can be specified
|
||||
instead. Example:
|
||||
<entry>The list of required PHP extensions. Example:
|
||||
<literal>pcre xml gettext</literal></entry>
|
||||
</row>
|
||||
|
||||
|
|
|
|||
|
|
@ -1722,6 +1722,15 @@ USE_MATE= menus:build intlhack</programlisting>
|
|||
_USE_PGSQL_DEP</command>.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="uses-php">
|
||||
<title><literal>php</literal></title>
|
||||
|
||||
<para>Possible arguments: (none)</para>
|
||||
|
||||
<para>Provide support for <application>PHP</application>. See
|
||||
<xref linkend="php-variables"/> for more information.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="uses-pkgconfig">
|
||||
<title><literal>pkgconfig</literal></title>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue