From: Antony Dovgal Date: Thu, 15 Jan 2004 15:14:41 +0000 (+0000) Subject: MFH: fix bug #26892 X-Git-Tag: php-4.3.5RC2~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9ee999b71bde8070465dabbc10857a615714d20;p=php MFH: fix bug #26892 --- 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,