From d6ef6ac337b44a7213b61b204d364a53d4b86ca8 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Fri, 29 Mar 2002 23:25:46 +0000 Subject: [PATCH] moving ini-settings for MySQL to function-ref. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75858 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 123 +------------------------------------------- 1 file changed, 1 insertion(+), 122 deletions(-) diff --git a/chapters/config.xml b/chapters/config.xml index d452d8d93d..9d99247c71 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -901,127 +901,6 @@ include_path=".;c:\www\phplib" - - MySQL Configuration Directives - - - - - mysql.default_host - string - - - - The default server host to use when connecting to the database - server if no other host is specified. Doesn't apply in - safe mode. - - - - - - - mysql.default_user - string - - - - The default user name to use when connecting to the database - server if no other name is specified. Doesn't apply in - safe mode. - - - - - - - mysql.default_password - string - - - - The default password to use when connecting to the database - server if no other password is specified. Doesn't apply in - safe mode. - - - - - - - mysql.default_port - string - - - - The default TCP port number to use when connecting to - the database server if no other port is specified. If - no default is specified, the port will be obtained - from the MYSQL_TCP_PORT environment - variable, the mysql-tcp entry in - /etc/services or the compile-time - MYSQL_PORT constant, in that order. Win32 - will only use the MYSQL_PORT constant. - - - - - - - mysql.default_socket - string - - - - The default socket name to use when connecting to a local - database server if no other socket name is specified. - - - - - - - mysql.allow_persistent - boolean - - - - Wether to allow - persistent connections - to MySQL. - - - - - - - mysql.max_persistent - integer - - - - The maximum number of persistent MySQL connections per - process. - - - - - - - mysql.max_links - integer - - - - The maximum number of MySQL connections per process, including - persistent connections. - - - - - - - mSQL Configuration Directives