Skip to content

[Sync-En] mysqli: document wait-timeout error code change 2006->4031 (8.4.0) - #1089

Merged
julionc merged 1 commit into
php:masterfrom
lacatoire:sync-en/1076-mysqli-wait-timeout
Aug 26, 2026
Merged

[Sync-En] mysqli: document wait-timeout error code change 2006->4031 (8.4.0)#1089
julionc merged 1 commit into
php:masterfrom
lacatoire:sync-en/1076-mysqli-wait-timeout

Conversation

@lacatoire

Copy link
Copy Markdown
Member

Closes #1076

Syncs with php/doc-en@fa76e55

  • mysqli/mysqli/query.xml: add changelog entry documenting that as of PHP 8.4.0, connecting to MySQL 8.0.24+, the error code for a server wait timeout changes from 2006 (CR_SERVER_GONE_ERROR) to 4031 (ER_CLIENT_INTERACTION_TIMEOUT)

@julionc
julionc merged commit 6d07d0d into php:master Aug 26, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Sync EN] mysqli: document wait-timeout error code change 2006 -> 4031 (8.4.0) (#5783)

2 participants