reference/apache/book.xml
508e255fff6c604c31d5617fe9ddf6d776a3b43d
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<!-- Membership: bundled -->
4
3
5
4
<book xml:id="book.apache" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
6
5
<?phpdoc extension-membership="bundled" ?>
...
...
@@ -12,22 +11,6 @@
12
11
<para>
13
12
These functions are only available when running PHP as an Apache module.
14
13
</para>
15
-
<note>
16
-
<simpara>
17
-
As of PHP 4.3.2, <envar>PATH_TRANSLATED</envar> is no longer set
18
-
implicitly under the Apache 2 <acronym>SAPI</acronym> in contrast
19
-
to the situation in Apache 1, where it's set to the same value as
20
-
the <envar>SCRIPT_FILENAME</envar> server variable when it's not
21
-
populated by Apache. This change was made to comply with the
22
-
<acronym>CGI</acronym> specification that
23
-
<envar>PATH_TRANSLATED</envar> should only exist if
24
-
<envar>PATH_INFO</envar> is defined.
25
-
</simpara>
26
-
<simpara>
27
-
Apache 2 users may use <literal>AcceptPathInfo = On</literal> inside
28
-
<filename>httpd.conf</filename> to define <envar>PATH_INFO</envar>.
29
-
</simpara>
30
-
</note>
31
14
</preface>
32
15
<!-- }}} -->
33
16
34
17