From c78054870b57739a63e543ef7eb1f2dc21206565 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Fri, 31 Jan 2003 17:11:54 +0000 Subject: [PATCH] fixed bug #21981 (removed SSL constant) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114145 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-connect.xml | 7 ++++--- reference/mysql/functions/mysql-pconnect.xml | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/reference/mysql/functions/mysql-connect.xml b/reference/mysql/functions/mysql-connect.xml index 1883df4d64..c9bb0e5b37 100644 --- a/reference/mysql/functions/mysql-connect.xml +++ b/reference/mysql/functions/mysql-connect.xml @@ -1,5 +1,5 @@ - + @@ -64,8 +64,9 @@ behavior and makes mysql_connect always open a new link, even if mysql_connect was called before with the same parameters. The client_flags - parameter can be a combination of the constants MYSQL_CLIENT_SSL, - MYSQL_CLIENT_COMPRESS, MYSQL_CLIENT_IGNORE_SPACE or MYSQL_CLIENT_INTERACTIVE. + parameter can be a combination of the constants + MYSQL_CLIENT_COMPRESS, MYSQL_CLIENT_IGNORE_SPACE or + MYSQL_CLIENT_INTERACTIVE. diff --git a/reference/mysql/functions/mysql-pconnect.xml b/reference/mysql/functions/mysql-pconnect.xml index 6a596f19d5..c70e3fd849 100644 --- a/reference/mysql/functions/mysql-pconnect.xml +++ b/reference/mysql/functions/mysql-pconnect.xml @@ -1,5 +1,5 @@ - + @@ -31,8 +31,9 @@ user that owns the server process and password = empty password. The client_flags - parameter can be a combination of the constants MYSQL_CLIENT_SSL, - MYSQL_CLIENT_COMPRESS, MYSQL_CLIENT_IGNORE_SPACE or MYSQL_CLIENT_INTERACTIVE. + parameter can be a combination of the constants + MYSQL_CLIENT_COMPRESS, MYSQL_CLIENT_IGNORE_SPACE or + MYSQL_CLIENT_INTERACTIVE. The server parameter can also include a port