philip Tue Apr 5 21:02:45 2005 EDT
Modified files:
/phpdoc/en/appendices migration5.xml
Log:
Add information to the PATH_TRANSLATED issue. Link to PATH_TRANSLATED in the
manual, and also mention this issue affects PHP >= 4.3.2
This allows bug #23610 to be closed.
http://cvs.php.net/diff.php/phpdoc/en/appendices/migration5.xml?r1=1.39&r2=1.40&ty=u
Index: phpdoc/en/appendices/migration5.xml
diff -u phpdoc/en/appendices/migration5.xml:1.39
phpdoc/en/appendices/migration5.xml:1.40
--- phpdoc/en/appendices/migration5.xml:1.39 Sat Nov 20 00:15:34 2004
+++ phpdoc/en/appendices/migration5.xml Tue Apr 5 21:02:45 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.39 $ -->
+<!-- $Revision: 1.40 $ -->
<appendix id="migration5">
<title>Migrating from PHP 4 to PHP 5</title>
@@ -57,7 +57,10 @@
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.
+ url="&url.php.bugs;23610">bug #23610</ulink> for further information,
+ and see also the <link linkend="reserved.variables.server">
+ $_SERVER['PATH_TRANSLATED']</link> description in the manual. This issue
+ also affects PHP versions >= 4.3.2.
</simpara>
</listitem>
<listitem>