alindeman               Wed Feb  6 12:22:47 2002 EDT

  Modified files:              
    /phpdoc/en/language variables.xml 
  Log:
  Fixed $PHP_SELF description as defined in bug #13606
  
  
Index: phpdoc/en/language/variables.xml
diff -u phpdoc/en/language/variables.xml:1.33 phpdoc/en/language/variables.xml:1.34
--- phpdoc/en/language/variables.xml:1.33       Wed Jan 30 17:04:27 2002
+++ phpdoc/en/language/variables.xml    Wed Feb  6 12:22:46 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.33 $ -->
+<!-- $Revision: 1.34 $ -->
  <chapter id="language.variables">
   <title>Variables</title>
   
@@ -510,7 +510,11 @@
         <simpara>
          The filename of the currently executing script, relative to
          the document root. If PHP is running as a command-line
-         processor, this variable is not available.
+         processor, this variable is not available.  This variable
+        will include path information if present
+        (e.g. $PHP_SELF on this address:
+        "http://test.com/test.php/foo.bar"; would be
+        "/test.php/foo.bar")
         </simpara>
        </listitem>
       </varlistentry>


Reply via email to