diff options
| author | Antony Dovgal <tony2001@php.net> | 2006-01-05 13:42:35 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2006-01-05 13:42:35 +0000 |
| commit | 8eb44c317edced283c9fe49e8e8e69a0cbc1bfc7 (patch) | |
| tree | 0fb3d7eb8efbe36f678f463f582aa7c5441b1f13 /ext/oci8/php_oci8_int.h | |
| parent | b185e09245e8d9bded21378fa2a9730a59506f27 (diff) | |
| download | php-git-8eb44c317edced283c9fe49e8e8e69a0cbc1bfc7.tar.gz | |
MFH: delete descriptor from the hash and avoid crashes on commit/rollback
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 9dd28a3dcd..cf41cbd621 100644 --- a/ext/oci8/php_oci8_int.h +++ b/ext/oci8/php_oci8_int.h @@ -276,6 +276,7 @@ void php_oci_column_hash_dtor (void *data); void php_oci_define_hash_dtor (void *data); void php_oci_bind_hash_dtor (void *data); void php_oci_descriptor_flush_hash_dtor (void *data); +int php_oci_descriptor_delete_from_hash(void *data, void *id TSRMLS_DC); sb4 php_oci_error (OCIError *, sword TSRMLS_DC); sb4 php_oci_fetch_errmsg(OCIError *, text ** TSRMLS_DC); |
