mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #80767: not just options(), but also ssl_set() can be called before real_connect()
This commit is contained in:
parent
4dfe5cc41e
commit
93577455fe
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue