[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: phpdoc /en/language/predefined/variables env.xml
From:       "Felipe Pena" <felipe () php ! net>
Date:       2008-04-26 22:17:28
Message-ID: cvsfelipe1209248248 () cvsserver
[Download RAW message or body]

felipe		Sat Apr 26 22:17:28 2008 UTC

  Modified files:              
    /phpdoc/en/language/predefined/variables	env.xml 
  Log:
  - Fixed bug #44843 (Example error)
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/predefined/variables/env.xml?r1=1.3&r2=1.4&diff_format=u
                
Index: phpdoc/en/language/predefined/variables/env.xml
diff -u phpdoc/en/language/predefined/variables/env.xml:1.3 \
                phpdoc/en/language/predefined/variables/env.xml:1.4
--- phpdoc/en/language/predefined/variables/env.xml:1.3	Sun Apr 20 07:50:01 2008
+++ phpdoc/en/language/predefined/variables/env.xml	Sat Apr 26 22:17:28 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 
 <refentry xml:id="reserved.variables.environment" \
xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">  \
<refnamediv> @@ -73,7 +73,7 @@
     <programlisting role="php">
 <![CDATA[
 <?php
-echo 'My username is ' .$_ENV["user"] . '!';
+echo 'My username is ' .$_ENV["USER"] . '!';
 ?>
 ]]>
     </programlisting>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic