nlopess         Wed Dec 29 07:06:50 2004 EDT

  Modified files:              
    /phpdoc/en/appendices       reserved.xml 
  Log:
  correct description of PHP_SELF in CLI
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/reserved.xml?r1=1.52&r2=1.53&ty=u
Index: phpdoc/en/appendices/reserved.xml
diff -u phpdoc/en/appendices/reserved.xml:1.52 
phpdoc/en/appendices/reserved.xml:1.53
--- phpdoc/en/appendices/reserved.xml:1.52      Thu Nov  4 03:36:01 2004
+++ phpdoc/en/appendices/reserved.xml   Wed Dec 29 07:06:49 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.52 $ -->
+<!-- $Revision: 1.53 $ -->
 
  <appendix id="reserved">
   <title>List of Reserved Words</title>
@@ -347,8 +347,8 @@
          included) file.
         </simpara>
         <simpara>
-         If PHP is running as a command-line processor, this variable
-         is not available.
+         If PHP is running as a command-line processor this variable contains
+         the script name since PHP 4.3.0. Previously it was not available.
         </simpara>
        </listitem>
       </varlistentry>

Reply via email to