mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
2a93f4df3e
commit
b679ee35fd
1 changed files with 10 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue