Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions reference/mysqlnd/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
streams documentation (<xref linkend="book.stream"/>) should be consulted
on such details as timeout settings, not the documentation for the MySQL
Client Library.</simpara></listitem>
<listitem><simpara>As of PHP 8.4.0, when connecting to a MySQL server of
version 8.0.24 or later, the error code reported for a server wait timeout
is <literal>4031</literal>
(<literal>ER_CLIENT_INTERACTION_TIMEOUT</literal>) instead of
<literal>2006</literal> (<literal>CR_SERVER_GONE_ERROR</literal>).</simpara></listitem>
</itemizedlist>
</chapter>
<!-- Keep this comment at the end of the file
Expand Down