From f9d51417c980d5006965e35f990d41ca67614e06 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 1 Dec 2005 10:05:52 +0000 Subject: [PATCH] MYSQL_CLIENT_SSL git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@201803 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-connect.xml | 3 ++- reference/mysql/functions/mysql-pconnect.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/mysql/functions/mysql-connect.xml b/reference/mysql/functions/mysql-connect.xml index bd048aa2eb..21228c17c0 100644 --- a/reference/mysql/functions/mysql-connect.xml +++ b/reference/mysql/functions/mysql-connect.xml @@ -1,5 +1,5 @@ - + mysql_connect @@ -77,6 +77,7 @@ The client_flags parameter can be a combination of the following constants: + MYSQL_CLIENT_SSL, 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 edae66da5c..59e90404de 100644 --- a/reference/mysql/functions/mysql-pconnect.xml +++ b/reference/mysql/functions/mysql-pconnect.xml @@ -1,5 +1,5 @@ - + mysql_pconnect @@ -92,6 +92,7 @@ The client_flags parameter can be a combination of the following constants: + MYSQL_CLIENT_SSL, MYSQL_CLIENT_COMPRESS, MYSQL_CLIENT_IGNORE_SPACE or MYSQL_CLIENT_INTERACTIVE.