From f9ee999b71bde8070465dabbc10857a615714d20 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 15 Jan 2004 15:14:41 +0000 Subject: [PATCH] MFH: fix bug #26892 --- ext/oci8/oci8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 726325c77a..afe5b74f41 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -2256,7 +2256,7 @@ static oci_session *_oci_open_session(oci_server* server,char *username,char *pa /* create an environment using the character set id, Oracle 9i+ ONLY */ CALL_OCI(OCIEnvNlsCreate( &session->pEnv, - OCI_DEFAULT, + PHP_OCI_INIT_MODE, 0, NULL, NULL, -- 2.50.1