From e0a206c69c2c70df63bcb521b12a02d61cf4674a Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Mon, 9 May 2011 14:24:34 +0000 Subject: [PATCH] http://bugs.php.net/bug.php?id=54192 - mysqlnd supports SSL as of 5.3.3 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310852 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli/ssl-set.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/mysqli/mysqli/ssl-set.xml b/reference/mysqli/mysqli/ssl-set.xml index 60697fe53a..5fae4bb4f6 100644 --- a/reference/mysqli/mysqli/ssl-set.xml +++ b/reference/mysqli/mysqli/ssl-set.xml @@ -35,9 +35,10 @@ - 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. + Note that MySQL Native Driver does not support SSL before PHP 5.3.3, + 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.