Fix #80767: not just options(), but also ssl_set() can be called before real_connect()

This commit is contained in:
Christoph M. Becker 2021-02-18 12:07:57 +01:00
parent 4dfe5cc41e
commit 93577455fe

View file

@ -25,7 +25,8 @@
</para>
<note>
<para>
Any subsequent calls to any mysqli function (except <function>mysqli_options</function>)
Any subsequent calls to any mysqli function (except <function>mysqli_options</function>
and <function>mysqli_ssl_set</function>)
will fail until <function>mysqli_real_connect</function> was called.
</para>
</note>