From 6139923d752d0be57088ab3a47e09f410258d8a3 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Mon, 1 Apr 2002 21:06:11 +0000 Subject: [PATCH] moving ini-settings for ODBC to function-ref. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76246 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 125 +------------------------------------------- 1 file changed, 1 insertion(+), 124 deletions(-) diff --git a/chapters/config.xml b/chapters/config.xml index fc3f945c6c..c9e3564005 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -1444,129 +1444,6 @@ NOTYPE - - Unified ODBC Configuration Directives - - - - - odbc.default_db - string - - - - ODBC data source to use if none is specified in - odbc_connect or - odbc_pconnect. - - - - - - - odbc.default_user - string - - - - User name to use if none is specified in - odbc_connect or - odbc_pconnect. - - - - - - - odbc.default_pw - string - - - - Password to use if none is specified in - odbc_connect or - odbc_pconnect. - - - - - - - odbc.allow_persistent - boolean - - - - Whether to allow persistent ODBC connections. - - - - - - - odbc.check_persistent - boolean - - - - Check that a connection is still valid before reuse. - - - - - - - odbc.max_persistent - integer - - - - The maximum number of persistent ODBC connections per process. - - - - - - - odbc.max_links - integer - - - - The maximum number of ODBC connections per process, including - persistent connections. - - - - - - - odbc.defaultlrl - integer - - - - Handling of LONG fields. Specifies the number of bytes returned to -variables. - - - - - - - odbc.defaultbinmode - integer - - - - Handling of binary data. - - - - - - - Multi-Byte String Configuration Directives