From e94e943b487adcbb8adfa7d5212022873d8c3729 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sat, 27 Nov 2004 09:26:17 +0000 Subject: [PATCH] See also magic_quotes_gpc (bug #30830) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173588 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/parse-str.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/parse-str.xml b/reference/strings/functions/parse-str.xml index e54e7ee6be..7da184452c 100644 --- a/reference/strings/functions/parse-str.xml +++ b/reference/strings/functions/parse-str.xml @@ -1,5 +1,5 @@ - + @@ -64,7 +64,7 @@ echo $output['arr'][1]; // baz See also parse_url, pathinfo, - set_magic_quotes_runtime, and urldecode. + set_magic_quotes_gpc, and urldecode.