added warning regarding OCIBindByName and magic cookies

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33514 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2000-10-09 14:55:18 +00:00
parent 2a93f4df3e
commit b679ee35fd

View file

@ -299,6 +299,16 @@ OCILogoff($conn);
?>
</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>