reference/apache/book.xml
508e255fff6c604c31d5617fe9ddf6d776a3b43d
...
...
@@ -11,22 +11,6 @@
11
11
<para>
12
12
These functions are only available when running PHP as an Apache module.
13
13
</para>
14
-
<note>
15
-
<simpara>
16
-
As of PHP 4.3.2, <envar>PATH_TRANSLATED</envar> is no longer set
17
-
implicitly under the Apache 2 <acronym>SAPI</acronym> in contrast
18
-
to the situation in Apache 1, where it's set to the same value as
19
-
the <envar>SCRIPT_FILENAME</envar> server variable when it's not
20
-
populated by Apache. This change was made to comply with the
21
-
<acronym>CGI</acronym> specification that
22
-
<envar>PATH_TRANSLATED</envar> should only exist if
23
-
<envar>PATH_INFO</envar> is defined.
24
-
</simpara>
25
-
<simpara>
26
-
Apache 2 users may use <literal>AcceptPathInfo = On</literal> inside
27
-
<filename>httpd.conf</filename> to define <envar>PATH_INFO</envar>.
28
-
</simpara>
29
-
</note>
30
14
</preface>
31
15
<!-- }}} -->
32
16
33
17