appendices/configure/misc.xml
4c676dacf58ff5d779eed96739ab4660204cbe7f
...
...
@@ -20,7 +20,8 @@
20
20
<listitem>
21
21
<para>
22
22
Sets how installed files will be laid out. Type is one of PHP (default)
23
-
or GNU.
23
+
or GNU. Note that if installing manpages under PREFIX (default), choose the
24
+
GNU style in order for them to be found in the search path of <filename>manpath</filename> utility.
24
25
</para>
25
26
</listitem>
26
27
</varlistentry>
...
...
@@ -168,29 +169,6 @@ code!
168
169
</listitem>
169
170
</varlistentry>
170
171

171
-
<varlistentry xml:id="configure.enable-memory-limit">
172
-
<term>
173
-
<option role="configure">--enable-memory-limit</option>
174
-
</term>
175
-
<listitem>
176
-
<para>
177
-
Compile with memory limit support.
178
-
(not available since PHP 5.2.1 - always enabled)
179
-
</para>
180
-
</listitem>
181
-
</varlistentry>
182
-
<varlistentry xml:id="configure.disable-url-fopen-wrapper">
183
-
<term>
184
-
<option role="configure">--disable-url-fopen-wrapper</option>
185
-
</term>
186
-
<listitem>
187
-
<para>
188
-
Disable the URL-aware fopen wrapper that allows
189
-
accessing files via HTTP or FTP.
190
-
(not available since PHP 5.2.5)
191
-
</para>
192
-
</listitem>
193
-
</varlistentry>
194
172
<varlistentry xml:id="configure.enable-versioning.php4">
195
173
<term>
196
174
<option role="configure">--enable-versioning</option>
197
175