diff options
author | Christopher Jones <christopher.jones@oracle.com> | 2016-10-17 12:40:54 +1100 |
---|---|---|
committer | Christopher Jones <christopher.jones@oracle.com> | 2016-10-17 12:40:54 +1100 |
commit | 23e2c356b73625fd25634eb8e460a60500d3dd6c (patch) | |
tree | 13ac542640755d80df9bce8dc5a4c08f89821fea /ext/oci8/php_oci8_int.h | |
parent | f8c2089651a2cdc9eb515afc7d64bc5392930c69 (diff) | |
parent | 8be59a13017f16396e862a8e50c888afafe1952d (diff) | |
download | php-git-23e2c356b73625fd25634eb8e460a60500d3dd6c.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
Diffstat (limited to 'ext/oci8/php_oci8_int.h')
-rw-r--r-- | ext/oci8/php_oci8_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h index 3a63504e05..1d66f05216 100644 --- a/ext/oci8/php_oci8_int.h +++ b/ext/oci8/php_oci8_int.h @@ -243,6 +243,7 @@ typedef struct { typedef struct { OCIBind *bind; /* bind handle */ zval *zval; /* value */ + zval parameter; /* a copy of bound variable used for oci_bind_by_name */ dvoid *descriptor; /* used for binding of LOBS etc */ OCIStmt *statement; /* used for binding REFCURSORs */ php_oci_statement *parent_statement; /* pointer to the parent statement */ |