Fixes doc bug #49460

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288055 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anthony Bedford 2009-09-04 15:27:21 +00:00
parent 7f43359a3a
commit fe182bbe80
2 changed files with 17 additions and 0 deletions

View file

@ -33,6 +33,13 @@
before <function>mysqli_real_connect</function>. This function does
nothing unless OpenSSL support is enabled.
</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.
</para>
</refsect1>
<refsect1 role="parameters">

View file

@ -140,6 +140,16 @@
with the <literal>mysqli</literal> extension.
</para>
<para>
<emphasis role="bold">SSL Support</emphasis>
</para>
<para>
Currently, MySQL Native Driver does not support SSL. This means that
<function>mysqli_ssl_set</function> will generate an error if called
while using MySQL Native Driver.
</para>
<para>
<emphasis role="bold">Installation on Unix</emphasis>
</para>