diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-07-31 19:21:08 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-07-31 19:21:08 +0000 |
| commit | 9efa1d891401aa57685c20fae35f218e2097ea88 (patch) | |
| tree | dd68ffaaf96c131f885f65a02a5027bdb9613332 /ext/oci8/php_oci8_int.h | |
| parent | 10fabe9092ca7f2543fdeddb9a46fabdf3fc8014 (diff) | |
| download | php-git-9efa1d891401aa57685c20fae35f218e2097ea88.tar.gz | |
MFH: fix #42134 (oci_error() returns false after oci_new_collection() fails)
Diffstat (limited to 'ext/oci8/php_oci8_int.h')
| -rw-r--r-- | ext/oci8/php_oci8_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h index 8aacac9cac..e05a0fb840 100644 --- a/ext/oci8/php_oci8_int.h +++ b/ext/oci8/php_oci8_int.h @@ -263,7 +263,6 @@ typedef struct { /* php_oci_out_column {{{ */ #define PHP_OCI_REGISTER_RESOURCE(resource, le_resource) \ do { \ resource->id = ZEND_REGISTER_RESOURCE(NULL, resource, le_resource); \ - zend_list_addref(resource->connection->rsrc_id); \ } while (0) #define PHP_OCI_ZVAL_TO_CONNECTION(zval, connection) \ |
