]> granicus.if.org Git - php/commitdiff
MFH: fix bug #26892
authorAntony Dovgal <tony2001@php.net>
Thu, 15 Jan 2004 15:14:41 +0000 (15:14 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 15 Jan 2004 15:14:41 +0000 (15:14 +0000)
ext/oci8/oci8.c

index 726325c77a0520355503b82005e6f8982ee97ed3..afe5b74f414631ffd45fdb41c7cce92c7cb0aa68 100644 (file)
@@ -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,