philip          Fri Sep 14 21:46:42 2001 EDT

  Modified files:              
    /phpdoc/en/functions        strings.xml 
  Log:
  Added a note saying "magic_quotes_gpc is ON by default", under addslashes 
description.
  Hopefully will encourage people to read about magic_quotes_gpc.
  
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.109 phpdoc/en/functions/strings.xml:1.110
--- phpdoc/en/functions/strings.xml:1.109       Thu Sep 13 03:49:58 2001
+++ phpdoc/en/functions/strings.xml     Fri Sep 14 21:46:41 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.109 $ -->
+<!-- $Revision: 1.110 $ -->
  <reference id="ref.strings">
   <title>String functions</title>
   <titleabbrev>Strings</titleabbrev>
@@ -117,6 +117,11 @@
      (<literal>"</literal>), backslash (<literal>\</literal>)
      and NUL (the &null; byte).
     </para>
+    <note>
+     <para>
+      <link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link> is ON by default.
+     </para>
+    </note>
     <para>
      See also <function>stripslashes</function>, 
      <function>htmlspecialchars</function>, and


Reply via email to