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>
...
...
@@ -112,100 +112,11 @@
112
112
Disable building CGI version of PHP.
113
113
</para>
114
114
<para>
115
-
As of PHP 5.3.0 this argument enables FastCGI which previously
116
-
had to be enabled using <literal>--enable-fastcgi</literal>.
115
+
This argument also enables FastCGI.
117
116
</para>
118
117
</listitem>
119
118
</varlistentry>
120
119

121
-
<varlistentry xml:id="configure.enable-force-cgi-redirect">
122
-
<term>
123
-
<option role="configure">--enable-force-cgi-redirect</option>
124
-
</term>
125
-
<listitem>
126
-
<para>
127
-
Enable the security check for internal server redirects. You should use
128
-
this if you are running the CGI version with Apache.
129
-
</para>
130
-
<para>
131
-
As of PHP 5.3.0 this argument is enabled by default and no longer
132
-
exists. To disable this, the
133
-
<link linkend="ini.cgi.force-redirect">cgi.force_redirect</link> ini directive
134
-
should be set to <literal>0</literal>.
135
-
</para>
136
-
</listitem>
137
-
</varlistentry>
138
-

139
-
<varlistentry xml:id="configure.enable-discard-path">
140
-
<term>
141
-
<option role="configure">--enable-discard-path</option>
142
-
</term>
143
-
<listitem>
144
-
<para>
145
-
If this is enabled, the PHP CGI binary can safely be placed outside of
146
-
the web tree and people will not be able to circumvent &htaccess;
147
-
security.
148
-
</para>
149
-
<para>
150
-
As of PHP 5.3.0 this argument is disabled by default and no longer
151
-
exists. To enable this feature the cgi.discard_path ini directive
152
-
must be set to <literal>1</literal>.
153
-
</para>
154
-
</listitem>
155
-
</varlistentry>
156
-

157
-
<!--<varlistentry xml:id="configure.disable-path-info-check">
158
-
<term>
159
-
<option role="configure">disable-path-info-check</option>
160
-
</term>
161
-
<listitem>
162
-
<para>
163
-
Disables path info checks, disabling paths such as
164
-
<literal>/file.php/test?a=b</literal>.
165
-
</para>
166
-
<para>
167
-
As of PHP 5.3.0 this argument is enabled by default and no longer
168
-
exists. To disable this, the
169
-
<link linkend="ini.cgi.fix-pathinfo">cgi.fix_pathinfo</link> ini directive
170
-
should be set to <literal>0</literal>.
171
-
</para>
172
-
</listitem>
173
-
</varlistentry> -->
174
-

175
-
<varlistentry xml:id="configure.enable-fastcgi">
176
-
<term>
177
-
<option role="configure">--enable-fastcgi</option>
178
-
</term>
179
-
<listitem>
180
-
<para>
181
-
If this is enabled, the CGI module will be built with support for FastCGI
182
-
also.
183
-
</para>
184
-
<para>
185
-
As of PHP 5.3.0 this argument no longer exists and is enabled by
186
-
<literal>--enable-cgi</literal> instead.
187
-
</para>
188
-
</listitem>
189
-
</varlistentry>
190
-

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

212
123