irchtml         Tue Mar 30 05:17:13 2004 EDT

  Modified files:              
    /phpdoc/en/reference/array/functions        extract.xml 
  Log:
  fixed note
  
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/extract.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/array/functions/extract.xml
diff -u phpdoc/en/reference/array/functions/extract.xml:1.15 
phpdoc/en/reference/array/functions/extract.xml:1.16
--- phpdoc/en/reference/array/functions/extract.xml:1.15        Tue Mar  9 05:38:06 
2004
+++ phpdoc/en/reference/array/functions/extract.xml     Tue Mar 30 05:17:12 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
 <!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
   <refentry id="function.extract">
    <refnamediv>
@@ -154,12 +154,11 @@
       code that relies on
       <link linkend="security.registerglobals">register_globals</link>
       temporarily, make sure you use one of the non-overwriting 
-      <parameter>extract_type</parameter> values like <constant>EXTR_SKIP</constant>
-      and be aware that you should extract <varname>$_GET</varname>, 
-      <varname>$_POST</varname>, <varname>$_COOKIE</varname>, 
-      <varname>$_SESSION</varname> and <varname>$_SERVER</varname> in that order
-      when using an overwriting <parameter>extract_type</parameter> or in
-      reverse order when using a non-overwriting type.
+      <parameter>extract_type</parameter> values such as
+      <constant>EXTR_SKIP</constant> and be aware that you should extract
+      <varname>$_SERVER</varname>, <varname>$_SESSION</varname>,
+      <varname>$_COOKIE</varname>, <varname>$_POST</varname> and
+      <varname>$_GET</varname> in that order.
      </para>
     </warning>
     <para>

Reply via email to