From 4fdeb0aa5a68eaa7697ec1c2173a9c83fccbeb48 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Fri, 29 Mar 2002 15:25:47 +0000 Subject: [PATCH] Runtime Config tor uodbc added git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75791 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/uodbc.xml | 73 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 71 insertions(+), 2 deletions(-) diff --git a/functions/uodbc.xml b/functions/uodbc.xml index 72c2acf7b7..5c42f71c84 100644 --- a/functions/uodbc.xml +++ b/functions/uodbc.xml @@ -1,5 +1,5 @@ - + Unified ODBC functions ODBC @@ -50,7 +50,76 @@
Runtime Configuration - &no.config; + + The behaviour of the ODBC functions is affected by settings in the + global configuration file. + + <link linkend="ini.sect.uodbc">Unified ODBC Configuration</link> Options + + + + Name + Default + Changeable + + + + + odbc.default_db * + NULL + PHP_INI_ALL + + + odbc.default_user * + NULL + PHP_INI_ALL + + + odbc.default_pw * + NULL + PHP_INI_ALL + + + odbc.allow_persistent + "1" + PHP_INI_SYSTEM + + + odbc.check_persistent + "1" + PHP_INI_SYSTEM + + + odbc.max_persistent + "-1" + PHP_INI_SYSTEM + + + odbc.max_links + "-1" + PHP_INI_SYSTEM + + + odbc.defaultlrl + "4096" + PHP_INI_ALL + + + odbc.defaultbinmode + "1" + PHP_INI_ALL + + + +
+ + + Entries marked with * are not implemented yet. + + + For further details and definition of the PHP_INI_* constants see + ini_set. +