[PHP-DOC] cvs: phpdoc /en/functions oci8.xml From: Hartmut Holzgraefe (hartmut <email protected>)
Date: 10/09/00

hholzgra Mon Oct 9 07:55:18 2000 EDT

  Modified files:
    /phpdoc/en/functions oci8.xml
  Log:
  added warning regarding OCIBindByName and magic cookies
  
  
Index: phpdoc/en/functions/oci8.xml
diff -u phpdoc/en/functions/oci8.xml:1.12 phpdoc/en/functions/oci8.xml:1.13
--- phpdoc/en/functions/oci8.xml:1.12 Sun Oct 1 08:36:44 2000
+++ phpdoc/en/functions/oci8.xml Mon Oct 9 07:55:18 2000
@@ -299,6 +299,16 @@
 ?>
      </programlisting>
     </example>
+ <warning>
+ <para>
+ It is a bad idea to use magic quotes and
+ <function>OciBindByName</function> simultaneously as no qouting
+ is needed on quoted variables and any quotes magically applied
+ will be written into your database as <function>OciBindByName</function>
+ is not able to distinguish magically added quotings from those added by
+ intention.
+ </para>
+ </warning>
    </refsect1>
   </refentry>