mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
79dcbe011f
commit
e0a206c69c
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue