summaryrefslogtreecommitdiff
path: root/ext/oracle/php_oracle.h
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2000-07-15 14:15:10 +0000
committerThies C. Arntzen <thies@php.net>2000-07-15 14:15:10 +0000
commit31dae9e367d38e0ddecc0967952d18736a6ef48b (patch)
tree4be1d170167d3427898f97d916795a93913620a2 /ext/oracle/php_oracle.h
parent9194a0fb12a5ca579e63cbdccb5c2740c1fdd869 (diff)
downloadphp-git-31dae9e367d38e0ddecc0967952d18736a6ef48b.tar.gz
@- You can now call Ora_Error() without prameters to get the reason
@ for a failed connection attempt. (Kirill Maximov)
Diffstat (limited to 'ext/oracle/php_oracle.h')
-rw-r--r--ext/oracle/php_oracle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oracle/php_oracle.h b/ext/oracle/php_oracle.h
index 8f4b3b38f4..6b16e520a9 100644
--- a/ext/oracle/php_oracle.h
+++ b/ext/oracle/php_oracle.h
@@ -124,6 +124,7 @@ typedef struct {
long num_persistent;
long num_links;
HashTable *conns;
+ oraConnection db_err_conn;
} php_ora_globals;
#else