sean Fri Nov 19 11:21:42 2004 EDT
Modified files:
/phpdoc/en/reference/strings/functions parse-str.xml
Log:
note that magic_quotes_gpc affects this
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/parse-str.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/strings/functions/parse-str.xml
diff -u phpdoc/en/reference/strings/functions/parse-str.xml:1.7
phpdoc/en/reference/strings/functions/parse-str.xml:1.8
--- phpdoc/en/reference/strings/functions/parse-str.xml:1.7 Wed Nov 10
03:30:46 2004
+++ phpdoc/en/reference/strings/functions/parse-str.xml Fri Nov 19 11:21:42 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.parse-str">
<refnamediv>
@@ -32,6 +32,14 @@
<link linkend="language.variables.external">variables from outside of
PHP</link>.
</para>
</note>
+ <note>
+ <para>
+ The <link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link> setting
+ affects the output of this function, as <function>parse_str</function>
uses
+ the same mechanism that PHP uses to populate the
<literal>$_GET</literal>,
+ <literal>$_POST</literal>, etc. variables.
+ </para>
+ </note>
<para>
<example>
<title>Using <function>parse_str</function></title>