From 9ef5d1a5374eb34504a8ce3cfaed9e025aa3d00a Mon Sep 17 00:00:00 2001 From: jim winstead Date: Wed, 31 Oct 2001 01:09:49 +0000 Subject: [PATCH] document mysql.default_port and mysql.default_socket ini entries git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61221 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/chapters/config.xml b/chapters/config.xml index 661bf7704c..e2d654f8fb 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -898,6 +898,38 @@ include_path=".;c:\www\phplib" + + + 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.max_persistent