Date: 10/09/00
- Next message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc /en/functions fdf.xml"
- Previous message: Egon Schmid ( <email protected>): "[PHP-DOC] Re: Dutch Translation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc /en/functions fdf.xml"
- Previous message: Egon Schmid ( <email protected>): "[PHP-DOC] Re: Dutch Translation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

