fix #23610 (PATH_TRANSLATED is EMPTY)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@156564 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2004-04-19 14:52:33 +00:00
parent 1cce8613d4
commit 186358848d

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<reference id="ref.apache">
<title>Apache-specific Functions</title>
<titleabbrev>Apache</titleabbrev>
@ -9,6 +9,16 @@
<para>
These functions are only available when running PHP as an Apache module.
</para>
<note>
<para>
PATH_TRANSLATED server variable is no longer set implicitly under Apache
2 SAPI in contrast to the situation in Apache 1, where it is set to the
same value as the SCRIPT_FILENAME server variable when it is not
populated by Apache. This change was made to comply with the <ulink
url="&url.cgispecs;">CGI specification</ulink>. Please refer to <ulink
url="&url.php.bugs;23610">bug #23610</ulink> for further information.
</para>
</note>
</section>
<section id="apache.installation">