From fe182bbe80799bc08e3ca496c9acfdfaf97bd41b Mon Sep 17 00:00:00 2001 From: Anthony Bedford Date: Fri, 4 Sep 2009 15:27:21 +0000 Subject: [PATCH] Fixes doc bug #49460 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288055 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli/ssl-set.xml | 7 +++++++ reference/mysqli/mysqlnd.xml | 10 ++++++++++ 2 files changed, 17 insertions(+) diff --git a/reference/mysqli/mysqli/ssl-set.xml b/reference/mysqli/mysqli/ssl-set.xml index 52d578f814..8f37e630a4 100644 --- a/reference/mysqli/mysqli/ssl-set.xml +++ b/reference/mysqli/mysqli/ssl-set.xml @@ -33,6 +33,13 @@ before mysqli_real_connect. This function does nothing unless OpenSSL support is enabled. + + + Note that MySQL Native Driver does not support SSL, so calling this function + when using MySQL Native Driver will result in an error. MySQL Native Driver + is enabled by default on Microsoft Windows from PHP version 5.3 onwards. + + diff --git a/reference/mysqli/mysqlnd.xml b/reference/mysqli/mysqlnd.xml index 19fcf4b21e..8bdc1f81f1 100644 --- a/reference/mysqli/mysqlnd.xml +++ b/reference/mysqli/mysqlnd.xml @@ -140,6 +140,16 @@ with the mysqli extension. + + SSL Support + + + + Currently, MySQL Native Driver does not support SSL. This means that + mysqli_ssl_set will generate an error if called + while using MySQL Native Driver. + + Installation on Unix