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
This commit is contained in:
Ulf Wendel 2011-05-09 14:24:34 +00:00
parent 79dcbe011f
commit e0a206c69c

View file

@ -35,9 +35,10 @@
</para>
<para>
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.
</para>
</refsect1>