diff options
author | Thies C. Arntzen <thies@php.net> | 1999-08-18 16:48:59 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 1999-08-18 16:48:59 +0000 |
commit | c1218de0d2403d0578111db1439720fe6d8a5de5 (patch) | |
tree | 6c3bbd3630666665f1ab2540f10ad6de4895390f /ext/oracle/php3_oracle.h | |
parent | 3f48a5524d408dd02633dfa4247759981c85d64c (diff) | |
download | php-git-c1218de0d2403d0578111db1439720fe6d8a5de5.tar.gz |
ZTS
Diffstat (limited to 'ext/oracle/php3_oracle.h')
-rw-r--r-- | ext/oracle/php3_oracle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/oracle/php3_oracle.h b/ext/oracle/php3_oracle.h index 6a6e3a6600..b0c113dd09 100644 --- a/ext/oracle/php3_oracle.h +++ b/ext/oracle/php3_oracle.h @@ -124,7 +124,6 @@ typedef struct { long max_links; long num_persistent; long num_links; - int le_conn, le_pconn, le_cursor; HashTable *conns; } php_ora_globals; |