[PHP-DOC] cvs: phpdoc /en/reference/sybase ini.xml From: Philip Olson (philip <email protected>)
Date: 11/14/02

philip Thu Nov 14 08:03:21 2002 EDT

  Modified files:
    /phpdoc/en/reference/sybase ini.xml
  Log:
  magic_quotes_sybase: Note that it overrides magic_quotes_gpc.
  And a few minor adjustments.
  
  
Index: phpdoc/en/reference/sybase/ini.xml
diff -u phpdoc/en/reference/sybase/ini.xml:1.3 phpdoc/en/reference/sybase/ini.xml:1.4
--- phpdoc/en/reference/sybase/ini.xml:1.3 Wed Oct 9 05:50:26 2002
+++ phpdoc/en/reference/sybase/ini.xml Thu Nov 14 08:03:21 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <section id="sybase.configuration">
  &reftitle.runtime;
  &extension.runtime;
@@ -148,11 +148,22 @@
    </term>
    <listitem>
     <para>
- If <parameter>magic_quotes_sybase</parameter> is also on, a
+ If <parameter>magic_quotes_sybase</parameter> is on, a
      single-quote is escaped with a single-quote instead of a
      backslash if <link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link>
- or <link linkend="ini.magic-quotes-runtime">magic_quotes_runtime</link> is enabled.
+ or <link linkend="ini.magic-quotes-runtime">magic_quotes_runtime</link>
+ are enabled.
     </para>
+ <note>
+ <para>
+ Note that when <parameter>magic_quotes_sybase</parameter>
+ is ON it completely overrides <parameter>magic_quotes_gpc
+ </parameter>. In this case even when
+ <parameter>magic_quotes_gpc</parameter> is enabled
+ neither double quotes, backslashes or NUL's
+ will be escaped.
+ </para>
+ </note>
    </listitem>
   </varlistentry>
 

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php