appendices/configure/servers.xml
6a5b42e0d34c76890fd96be2b0b57516363b4c8a
...
...
@@ -73,7 +73,7 @@
73
73
</term>
74
74
<listitem>
75
75
<para>
76
-
Enable phpdbg interactive debugger SAPI module support in PHP 5.6.x or later.
76
+
Enable phpdbg interactive debugger SAPI module support.
77
77
</para>
78
78
</listitem>
79
79
</varlistentry>
...
...
@@ -91,16 +91,6 @@
91
91
</listitem>
92
92
</varlistentry>
93
93

94
-
<varlistentry xml:id="configure.with-nsapi">
95
-
<term>
96
-
<option role="configure">--with-nsapi=DIR</option>
97
-
</term>
98
-
<listitem>
99
-
<para>
100
-
Specify path to the installed Netscape/iPlanet/SunONE Webserver.
101
-
</para>
102
-
</listitem>
103
-
</varlistentry>
104
94
<varlistentry xml:id="configure.with-servlet">
105
95
<term>
106
96
<option role="configure">--with-servlet[=DIR]</option>
...
...
@@ -122,100 +112,11 @@
122
112
Disable building CGI version of PHP.
123
113
</para>
124
114
<para>
125
-
As of PHP 5.3.0 this argument enables FastCGI which previously
126
-
had to be enabled using <literal>--enable-fastcgi</literal>.
127
-
</para>
128
-
</listitem>
129
-
</varlistentry>
130
-

131
-
<varlistentry xml:id="configure.enable-force-cgi-redirect">
132
-
<term>
133
-
<option role="configure">--enable-force-cgi-redirect</option>
134
-
</term>
135
-
<listitem>
136
-
<para>
137
-
Enable the security check for internal server redirects. You should use
138
-
this if you are running the CGI version with Apache.
139
-
</para>
140
-
<para>
141
-
As of PHP 5.3.0 this argument is enabled by default and no longer
142
-
exists. To disable this, the
143
-
<link linkend="ini.cgi.force-redirect">cgi.force_redirect</link> ini directive
144
-
should be set to <literal>0</literal>.
145
-
</para>
146
-
</listitem>
147
-
</varlistentry>
148
-

149
-
<varlistentry xml:id="configure.enable-discard-path">
150
-
<term>
151
-
<option role="configure">--enable-discard-path</option>
152
-
</term>
153
-
<listitem>
154
-
<para>
155
-
If this is enabled, the PHP CGI binary can safely be placed outside of
156
-
the web tree and people will not be able to circumvent &htaccess;
157
-
security.
158
-
</para>
159
-
<para>
160
-
As of PHP 5.3.0 this argument is disabled by default and no longer
161
-
exists. To enable this feature the cgi.discard_path ini directive
162
-
must be set to <literal>1</literal>.
115
+
This argument also enables FastCGI.
163
116
</para>
164
117
</listitem>
165
118
</varlistentry>
166
119

167
-
<!--<varlistentry xml:id="configure.disable-path-info-check">
168
-
<term>
169
-
<option role="configure">disable-path-info-check</option>
170
-
</term>
171
-
<listitem>
172
-
<para>
173
-
Disables path info checks, disabling paths such as
174
-
<literal>/file.php/test?a=b</literal>.
175
-
</para>
176
-
<para>
177
-
As of PHP 5.3.0 this argument is enabled by default and no longer
178
-
exists. To disable this, the
179
-
<link linkend="ini.cgi.fix-pathinfo">cgi.fix_pathinfo</link> ini directive
180
-
should be set to <literal>0</literal>.
181
-
</para>
182
-
</listitem>
183
-
</varlistentry> -->
184
-

185
-
<varlistentry xml:id="configure.enable-fastcgi">
186
-
<term>
187
-
<option role="configure">--enable-fastcgi</option>
188
-
</term>
189
-
<listitem>
190
-
<para>
191
-
If this is enabled, the CGI module will be built with support for FastCGI
192
-
also.
193
-
</para>
194
-
<para>
195
-
As of PHP 5.3.0 this argument no longer exists and is enabled by
196
-
<literal>--enable-cgi</literal> instead.
197
-
</para>
198
-
</listitem>
199
-
</varlistentry>
200
-

201
-
<varlistentry xml:id="configure.disable-path-info-check">
202
-
<term>
203
-
<option role="configure">--disable-path-info-check</option>
204
-
</term>
205
-
<listitem>
206
-
<para>
207
-
If this is disabled, paths such as <filename>/info.php/test?a=b</filename>
208
-
will fail to work. For more information see the
209
-
<link xlink:href="&url.apache.core;#acceptpathinfo">Apache Manual</link>.
210
-
</para>
211
-
<para>
212
-
As of PHP 5.3.0 this argument is enabled by default and no longer exists.
213
-
To disable this feature the <link
214
-
linkend="ini.cgi.fix-pathinfo">cgi.fix_pathinfo</link> ini directive must
215
-
be set to <literal>0</literal>.
216
-
</para>
217
-
</listitem>
218
-
</varlistentry>
219
120
</variablelist>
220
121
</sect3>
221
122

222
123