[PHP-DOC] cvs: phpdoc /en/functions strings.xml From: James Moore (James <email protected>)
Date: 08/23/00

jmoore Wed Aug 23 04:14:03 2000 EDT

  Modified files:
    /phpdoc/en/functions strings.xml
  Log:
  Adding note as discussed in bug_id 6267 and note about future extension of function parse_str to return array.
  
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.42 phpdoc/en/functions/strings.xml:1.43
--- phpdoc/en/functions/strings.xml:1.42 Tue Aug 22 18:53:57 2000
+++ phpdoc/en/functions/strings.xml Wed Aug 23 04:14:01 2000
@@ -1251,6 +1251,15 @@
       </programlisting>
      </example>
     </para>
+ <note>
+ <para>
+ This currently requires
+ <link linkend="ini.register-globals">register_globals</link>=on
+ to be set in <filename>php.ini</filename>, this behaviour may
+ change in the future (After 4.0.2) and this function might well
+ also return an array of values.
+ </para>
+ </note>
    </refsect1>
   </refentry>