From 55b7456129b73f3908eeba63d76c61a07e3c31ca Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 5 Sep 2005 12:54:07 +0000 Subject: [PATCH] magic_quotes_sybase git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195175 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/stripslashes.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/reference/strings/functions/stripslashes.xml b/reference/strings/functions/stripslashes.xml index 7b5bcf89d7..58550b4f58 100644 --- a/reference/strings/functions/stripslashes.xml +++ b/reference/strings/functions/stripslashes.xml @@ -1,5 +1,5 @@ - + @@ -20,6 +20,13 @@ Double backslashes (\\) are made into a single backslash (\). + + + If magic_quotes_sybase is + on, no backslashes are stripped off but two apostrophes are replaced by + one instead. + + An example use of stripslashes is when the PHP directive magic_quotes_gpc