From 3873c1f57821dd3deeaa6bb0dbd6fb4e6d3dd411 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sat, 15 Sep 2001 01:46:41 +0000 Subject: [PATCH] Added a note saying "magic_quotes_gpc is ON by default", under addslashes description. Hopefully will encourage people to read about magic_quotes_gpc. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57562 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/functions/strings.xml b/functions/strings.xml index 0ec4789d47..0fd903b10d 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -117,6 +117,11 @@ echo addcslashes("zoo['.']", 'z..A'); ("), backslash (\) and NUL (the &null; byte). + + + magic_quotes_gpc is ON by default. + + See also stripslashes, htmlspecialchars, and