diff options
author | Thies C. Arntzen <thies@php.net> | 2000-03-01 08:17:33 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-03-01 08:17:33 +0000 |
commit | 490569ca2857704b38ca73940cae2aaed61e098b (patch) | |
tree | bc1d60bc99577a5b04e0de3e997028545fcc7bda /ext/oci8 | |
parent | ae552c39fd41934a4bdbafcac8c224385f861fb2 (diff) | |
download | php-git-490569ca2857704b38ca73940cae2aaed61e098b.tar.gz |
@- OCINLogon no longer crashes. (Thies)
Diffstat (limited to 'ext/oci8')
-rw-r--r-- | ext/oci8/oci8.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 587e9b7667..69ebae5cc6 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -1891,6 +1891,7 @@ static oci_session *_oci_open_session(oci_server* server,char *username,char *pa if (exclusive) { + psession = session; /* zend_hash_next_index_insert(OCI(user), (void *)session, |