Date: 08/23/00
- Next message: Ron Chmara: "Re: [PHP-DOC] cvs: phpdoc /en/functions oracle.xml"
- Previous message: James Moore: "[PHP-DOC] cvs: phpdoc /en/chapters config.xml"
- Next in thread: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Ron Chmara: "Re: [PHP-DOC] cvs: phpdoc /en/functions oracle.xml"
- Previous message: James Moore: "[PHP-DOC] cvs: phpdoc /en/chapters config.xml"
- Next in thread: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

