appendices/configure/servers.xml
6a5b42e0d34c76890fd96be2b0b57516363b4c8a
...
...
@@ -7,16 +7,6 @@
7
7
Application Programming Interface</literal>) for PHP.
8
8
</para>
9
9
<variablelist>
10
-
<varlistentry xml:id="configure.with-aolserver">
11
-
<term>
12
-
<option role="configure">--with-aolserver=DIR</option>
13
-
</term>
14
-
<listitem>
15
-
<para>
16
-
Specify path to the installed AOLserver.
17
-
</para>
18
-
</listitem>
19
-
</varlistentry>
20
10
<varlistentry xml:id="configure.with-apxs">
21
11
<term>
22
12
<option role="configure">--with-apxs[=FILE]</option>
...
...
@@ -63,18 +53,6 @@
63
53
</listitem>
64
54
</varlistentry>
65
55

66
-
<varlistentry xml:id="configure.with-caudium">
67
-
<term>
68
-
<option role="configure">--with-caudium=DIR</option>
69
-
</term>
70
-
<listitem>
71
-
<para>
72
-
Build PHP as a Pike module for use with Caudium. DIR is the Caudium server
73
-
dir, with the default value <filename>/usr/local/caudium/server</filename>.
74
-
</para>
75
-
</listitem>
76
-
</varlistentry>
77
-

78
56
<varlistentry xml:id="configure.disable-cli">
79
57
<term>
80
58
<option role="configure">--disable-cli</option>
...
...
@@ -95,7 +73,7 @@
95
73
</term>
96
74
<listitem>
97
75
<para>
98
-
Enable phpdbg interactive debugger SAPI module support in PHP 5.6.x or later.
76
+
Enable phpdbg interactive debugger SAPI module support.
99
77
</para>
100
78
</listitem>
101
79
</varlistentry>
...
...
@@ -113,67 +91,6 @@
113
91
</listitem>
114
92
</varlistentry>
115
93

116
-
<varlistentry xml:id="configure.with-isapi">
117
-
<term>
118
-
<option role="configure">--with-isapi=DIR</option>
119
-
</term>
120
-
<listitem>
121
-
<para>
122
-
Build PHP as an ISAPI module for use with Zeus.
123
-
</para>
124
-
</listitem>
125
-
</varlistentry>
126
-
<varlistentry xml:id="configure.with-nsapi">
127
-
<term>
128
-
<option role="configure">--with-nsapi=DIR</option>
129
-
</term>
130
-
<listitem>
131
-
<para>
132
-
Specify path to the installed Netscape/iPlanet/SunONE Webserver.
133
-
</para>
134
-
</listitem>
135
-
</varlistentry>
136
-
<varlistentry xml:id="configure.with-phttpd">
137
-
<term>
138
-
<option role="configure">--with-phttpd=DIR</option>
139
-
</term>
140
-
<listitem>
141
-
<para>
142
-
No information yet.
143
-
</para>
144
-
</listitem>
145
-
</varlistentry>
146
-
<varlistentry xml:id="configure.with-pi3web">
147
-
<term>
148
-
<option role="configure">--with-pi3web=DIR</option>
149
-
</term>
150
-
<listitem>
151
-
<para>
152
-
Build PHP as a module for use with Pi3Web.
153
-
</para>
154
-
</listitem>
155
-
</varlistentry>
156
-
<varlistentry xml:id="configure.with-roxen">
157
-
<term>
158
-
<option role="configure">--with-roxen=DIR</option>
159
-
</term>
160
-
<listitem>
161
-
<para>
162
-
Build PHP as a Pike module. DIR is the base Roxen directory, normally
163
-
<filename>/usr/local/roxen/server</filename>.
164
-
</para>
165
-
</listitem>
166
-
</varlistentry>
167
-
<varlistentry xml:id="configure.enable-roxen-zts">
168
-
<term>
169
-
<option role="configure">--enable-roxen-zts</option>
170
-
</term>
171
-
<listitem>
172
-
<para>
173
-
Build the Roxen module using Zend Thread Safety.
174
-
</para>
175
-
</listitem>
176
-
</varlistentry>
177
94
<varlistentry xml:id="configure.with-servlet">
178
95
<term>
179
96
<option role="configure">--with-servlet[=DIR]</option>
...
...
@@ -185,38 +102,6 @@
185
102
</para>
186
103
</listitem>
187
104
</varlistentry>
188
-
<varlistentry xml:id="configure.with-thttpd">
189
-
<term>
190
-
<option role="configure">--with-thttpd=SRCDIR</option>
191
-
</term>
192
-
<listitem>
193
-
<para>
194
-
Build PHP as thttpd module.
195
-
</para>
196
-
</listitem>
197
-
</varlistentry>
198
-

199
-
<varlistentry xml:id="configure.with-tux">
200
-
<term>
201
-
<option role="configure">--with-tux=MODULEDIR</option>
202
-
</term>
203
-
<listitem>
204
-
<para>
205
-
Build PHP as a TUX module (Linux only).
206
-
</para>
207
-
</listitem>
208
-
</varlistentry>
209
-

210
-
<varlistentry xml:id="configure.with-webjames">
211
-
<term>
212
-
<option role="configure">--with-webjames=SRCDIR</option>
213
-
</term>
214
-
<listitem>
215
-
<para>
216
-
Build PHP as a WebJames module (RISC OS only)
217
-
</para>
218
-
</listitem>
219
-
</varlistentry>
220
105

221
106
<varlistentry xml:id="configure.disable-cgi">
222
107
<term>
...
...
@@ -227,100 +112,11 @@
227
112
Disable building CGI version of PHP.
228
113
</para>
229
114
<para>
230
-
As of PHP 5.3.0 this argument enables FastCGI which previously
231
-
had to be enabled using <literal>--enable-fastcgi</literal>.
232
-
</para>
233
-
</listitem>
234
-
</varlistentry>
235
-

236
-
<varlistentry xml:id="configure.enable-force-cgi-redirect">
237
-
<term>
238
-
<option role="configure">--enable-force-cgi-redirect</option>
239
-
</term>
240
-
<listitem>
241
-
<para>
242
-
Enable the security check for internal server redirects. You should use
243
-
this if you are running the CGI version with Apache.
244
-
</para>
245
-
<para>
246
-
As of PHP 5.3.0 this argument is enabled by default and no longer
247
-
exists. To disable this, the
248
-
<link linkend="ini.cgi.force-redirect">cgi.force_redirect</link> ini directive
249
-
should be set to <literal>0</literal>.
250
-
</para>
251
-
</listitem>
252
-
</varlistentry>
253
-

254
-
<varlistentry xml:id="configure.enable-discard-path">
255
-
<term>
256
-
<option role="configure">--enable-discard-path</option>
257
-
</term>
258
-
<listitem>
259
-
<para>
260
-
If this is enabled, the PHP CGI binary can safely be placed outside of
261
-
the web tree and people will not be able to circumvent &htaccess;
262
-
security.
263
-
</para>
264
-
<para>
265
-
As of PHP 5.3.0 this argument is disabled by default and no longer
266
-
exists. To enable this feature the cgi.discard_path ini directive
267
-
must be set to <literal>1</literal>.
268
-
</para>
269
-
</listitem>
270
-
</varlistentry>
271
-

272
-
<!--<varlistentry xml:id="configure.disable-path-info-check">
273
-
<term>
274
-
<option role="configure">disable-path-info-check</option>
275
-
</term>
276
-
<listitem>
277
-
<para>
278
-
Disables path info checks, disabling paths such as
279
-
<literal>/file.php/test?a=b</literal>.
280
-
</para>
281
-
<para>
282
-
As of PHP 5.3.0 this argument is enabled by default and no longer
283
-
exists. To disable this, the
284
-
<link linkend="ini.cgi.fix-pathinfo">cgi.fix_pathinfo</link> ini directive
285
-
should be set to <literal>0</literal>.
286
-
</para>
287
-
</listitem>
288
-
</varlistentry> -->
289
-

290
-
<varlistentry xml:id="configure.enable-fastcgi">
291
-
<term>
292
-
<option role="configure">--enable-fastcgi</option>
293
-
</term>
294
-
<listitem>
295
-
<para>
296
-
If this is enabled, the CGI module will be built with support for FastCGI
297
-
also.
298
-
</para>
299
-
<para>
300
-
As of PHP 5.3.0 this argument no longer exists and is enabled by
301
-
<literal>--enable-cgi</literal> instead.
115
+
This argument also enables FastCGI.
302
116
</para>
303
117
</listitem>
304
118
</varlistentry>
305
119

306
-
<varlistentry xml:id="configure.disable-path-info-check">
307
-
<term>
308
-
<option role="configure">--disable-path-info-check</option>
309
-
</term>
310
-
<listitem>
311
-
<para>
312
-
If this is disabled, paths such as <filename>/info.php/test?a=b</filename>
313
-
will fail to work. For more information see the
314
-
<link xlink:href="&url.apache.core;#acceptpathinfo">Apache Manual</link>.
315
-
</para>
316
-
<para>
317
-
As of PHP 5.3.0 this argument is enabled by default and no longer exists.
318
-
To disable this feature the <link
319
-
linkend="ini.cgi.fix-pathinfo">cgi.fix_pathinfo</link> ini directive must
320
-
be set to <literal>0</literal>.
321
-
</para>
322
-
</listitem>
323
-
</varlistentry>
324
120
</variablelist>
325
121
</sect3>
326
122

327
123