Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131459023
D6932.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D6932.diff
View Options
Index: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
===================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
+++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
@@ -3425,19 +3425,25 @@
<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 @@
<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>
Index: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
===================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
@@ -1722,6 +1722,15 @@
_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>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Oct 9, 6:45 AM (22 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23487407
Default Alt Text
D6932.diff (2 KB)
Attached To
Mode
D6932: Document USES=php.
Attached
Detach File
Event Timeline
Log In to Comment