From b679ee35fda8d5f9cdc33e6e7b21ff7d0df94e24 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 9 Oct 2000 14:55:18 +0000 Subject: [PATCH] added warning regarding OCIBindByName and magic cookies git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33514 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/oci8.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/functions/oci8.xml b/functions/oci8.xml index 0753647ca5..a06932b121 100644 --- a/functions/oci8.xml +++ b/functions/oci8.xml @@ -299,6 +299,16 @@ OCILogoff($conn); ?> + + + It is a bad idea to use magic quotes and + OciBindByName simultaneously as no qouting + is needed on quoted variables and any quotes magically applied + will be written into your database as OciBindByName + is not able to distinguish magically added quotings from those added by + intention. + +