> 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... > > <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
Well, I did not know that it is turned off by default for 4.2.0, so you would need to touch it anyway, even if I would apply my whitespace fix. Goba