From 31dae9e367d38e0ddecc0967952d18736a6ef48b Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Sat, 15 Jul 2000 14:15:10 +0000 Subject: @- You can now call Ora_Error() without prameters to get the reason @ for a failed connection attempt. (Kirill Maximov) --- ext/oracle/php_oracle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/oracle/php_oracle.h') 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 -- cgit v1.2.1