From 4df926026f393680f7c9a53d8d6cd6a675cc2b21 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 5 Jul 2004 08:58:49 +0000 Subject: [PATCH] fix #29011 (missing charset parameter description) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162665 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oci8/functions/oci-connect.xml | 9 ++++++++- reference/oci8/functions/oci-new-connect.xml | 9 ++++++++- reference/oci8/functions/oci-pconnect.xml | 9 ++++++++- reference/oci8/functions/ocilogon.xml | 9 ++++++++- reference/oci8/functions/ocinlogon.xml | 9 ++++++++- reference/oci8/functions/ociplogon.xml | 9 ++++++++- 6 files changed, 48 insertions(+), 6 deletions(-) diff --git a/reference/oci8/functions/oci-connect.xml b/reference/oci8/functions/oci-connect.xml index 93302f8924..3cfe022f3d 100644 --- a/reference/oci8/functions/oci-connect.xml +++ b/reference/oci8/functions/oci-connect.xml @@ -1,5 +1,5 @@ - + oci_connect @@ -12,6 +12,7 @@ stringusername stringpassword stringdb + stringcharset oci_connect returns a connection identifier @@ -35,6 +36,12 @@ connection, use oci_new_connect. + + Using Oracle server version 9.2 and greater, you can indicate + charset parameter, which will be used in the new + connection. If you're using Oracle server < 9.2, this parameter will be + ignored and NLS_LANG environment variable will be used instead. + <function>oci_connect</function> example diff --git a/reference/oci8/functions/oci-new-connect.xml b/reference/oci8/functions/oci-new-connect.xml index e2be39abb7..93530305b1 100644 --- a/reference/oci8/functions/oci-new-connect.xml +++ b/reference/oci8/functions/oci-new-connect.xml @@ -1,5 +1,5 @@ - + oci_new_connect @@ -12,6 +12,7 @@ stringusername stringpassword stringdb + stringcharset oci_new_connect creates a new connection to an Oracle @@ -22,6 +23,12 @@ TWO_TASK to determine the name of local Oracle instance and location of tnsnames.ora accordingly. + + Using Oracle server version 9.2 and greater, you can indicate + charset parameter, which will be used in the new + connection. If you're using Oracle server < 9.2, this parameter will be + ignored and NLS_LANG environment variable will be used instead. + oci_new_connect forces the creation of a new connection. This should be used if you need to isolate a set of transactions. By diff --git a/reference/oci8/functions/oci-pconnect.xml b/reference/oci8/functions/oci-pconnect.xml index fce46c798a..1b25031775 100644 --- a/reference/oci8/functions/oci-pconnect.xml +++ b/reference/oci8/functions/oci-pconnect.xml @@ -1,5 +1,5 @@ - + oci_pconnect @@ -12,6 +12,7 @@ stringusername stringpassword stringdb + stringcharset oci_pconnect creates a new persistent connection to @@ -22,6 +23,12 @@ TWO_TASK to determine the name of local Oracle instance and location of tnsnames.ora accordingly. + + Using Oracle server version 9.2 and greater, you can indicate + charset parameter, which will be used in the new + connection. If you're using Oracle server < 9.2, this parameter will be + ignored and NLS_LANG environment variable will be used instead. + oci_pconnect returns connection identifier or &false; on error. diff --git a/reference/oci8/functions/ocilogon.xml b/reference/oci8/functions/ocilogon.xml index 1ebd8d907f..0676b68539 100644 --- a/reference/oci8/functions/ocilogon.xml +++ b/reference/oci8/functions/ocilogon.xml @@ -1,5 +1,5 @@ - + + +