From 11a12df7f416b64d4eb319ba54927cb5ff665738 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 26 Jul 2004 19:54:32 +0000 Subject: [PATCH] MYSQL_CLIENT_SSL (bug #21981) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164366 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/constants.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reference/mysql/constants.xml b/reference/mysql/constants.xml index 8938a893f2..da6b13c22f 100644 --- a/reference/mysql/constants.xml +++ b/reference/mysql/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants; @@ -30,6 +30,12 @@ Allow interactive_timeout seconds (instead of wait_timeout) of inactivity before closing the connection. + + MYSQL_CLIENT_SSL + Use SSL encryption. This flag is available only with 4.x version + of client library or newer. Version 3.23.x is bundled both with PHP 4 + and PHP 5. +