torben          Wed Mar 13 03:24:53 2002 EDT

  Modified files:              
    /phpdoc/en/language variables.xml 
  Log:
  Thanks for catching that, Goba. With typos though you can usually just
  fix them...
  
  
Index: phpdoc/en/language/variables.xml
diff -u phpdoc/en/language/variables.xml:1.39 phpdoc/en/language/variables.xml:1.40
--- phpdoc/en/language/variables.xml:1.39       Tue Mar 12 18:12:28 2002
+++ phpdoc/en/language/variables.xml    Wed Mar 13 03:24:52 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.39 $ -->
+<!-- $Revision: 1.40 $ -->
  <chapter id="language.variables">
   <title>Variables</title>
   
@@ -123,9 +123,9 @@
 
    <warning>
     <simpara>
-     In PHP 4.1.0 and later, the default set of predefined variables
+     In PHP 4.2.0 and later, the default set of predefined variables
      which are available in the global scope has changed. Individual
-     input and server variables are <emphasis>by default</emphasis>no
+     input and server variables are <emphasis>by default</emphasis> no
      longer placed directly into the global scope; rather, they are
      placed into the following <link
      linkend="language.variables.superglobals">superglobal


Reply via email to