nlopess Mon Apr 19 10:52:33 2004 EDT
Modified files:
/phpdoc/en/reference/apache reference.xml
Log:
fix #23610 (PATH_TRANSLATED is EMPTY)
http://cvs.php.net/diff.php/phpdoc/en/reference/apache/reference.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/apache/reference.xml
diff -u phpdoc/en/reference/apache/reference.xml:1.7
phpdoc/en/reference/apache/reference.xml:1.8
--- phpdoc/en/reference/apache/reference.xml:1.7 Thu Dec 11 17:02:04 2003
+++ phpdoc/en/reference/apache/reference.xml Mon Apr 19 10:52:33 2004
@@ -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">