From: Thies C. Arntzen Date: Fri, 2 Mar 2001 09:12:55 +0000 (+0000) Subject: @- Fixed binding of ROWIDs in OCI8. (Thies) X-Git-Tag: php-4.0.5RC1~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b7eaa76c40500816d811cab511e807e912b4835;p=php @- Fixed binding of ROWIDs in OCI8. (Thies) --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index cff8178e3a..0d6b57e3ae 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -2494,6 +2494,7 @@ PHP_FUNCTION(ocibindbyname) case SQLT_CFILEE: case SQLT_CLOB: case SQLT_BLOB: + case SQLT_RDD: if ((*var)->type != IS_OBJECT) { php_error(E_WARNING,"Variable must be allocated using OCINewDescriptor()"); RETURN_FALSE;